Ask a Question related to ASP.NET General, Design and Development.
-
Jordan Marton #1
Uploading via VisualStudio.NET
Is it possible to upload a site via Visual Studio? I design my sites on
localhost, but need to upload to my remote server. Is it possible to do that
through VS.NET or do I need to use an FTP program?
jordan
Jordan Marton Guest
-
Applying Dreamweaver template overwrites VisualStudio (VS.net) codebehind declaration
Stuart You're not wrong about the CodeBehind! I took a different slant on this, which also works very well. Firstly, I looked at modifying... -
Need help with uploading
Last year I designed a website for my company, and I used Publisher and the web publishing wizard to upload the site - this was simple and easy.... -
VisualStudio.NET ASP.NET App Question
Hi! A quick technical qwuestion about setting up a new ASP.NET project in VisualStudio! The computer it is installed on does NOT currently have... -
HowTo export the VisualStudio Project Code to HTML Viewable like IBUYPORTAL
Hello, can I export my code in VisualStudio to HTML like IBUYPORTAL? Thanks, Andreas -
Trial WINDOWS VisualStudio.NET and Windows Server 2003
Well I plan on making dynamic ASP.NET web pages in visual basic. Database access in the such. Nothing too complex, and no windows programs or... -
Michal A. Valasek #2
Re: Uploading via VisualStudio.NET
| In VS.NET access the following menu.
| Project => Copy Project
This needs either FrontPage extensions or file share access, no FTP.
WebMatrix has built-in FTP, VS.NET unfortunately no :-/
-- Altair
Michal A. Valasek Guest
-
Jordan Marton #3
Re: Uploading via VisualStudio.NET
There "ARE" frontpage extensions on my server, but I don't use them...
What is the reccomended way of getting files to a remote server then if
there is no included FTP? Also, what files do I need to copy? Obviously all
the .aspx and .aspx.vb and the bin directory with my dll... But what about
the .aspx.resx or whatever files?
Jordan
"Michal A. Valasek" <news@altaircom.net> wrote in message
news:e3LpRKrWDHA.1620@TK2MSFTNGP12.phx.gbl...> | In VS.NET access the following menu.
> | Project => Copy Project
>
> This needs either FrontPage extensions or file share access, no FTP.
>
> WebMatrix has built-in FTP, VS.NET unfortunately no :-/
>
> -- Altair
>
>
Jordan Marton Guest
-
Michal A. Valasek #4
Re: Uploading via VisualStudio.NET
| What is the reccomended way of getting files to a remote server then if
| there is no included FTP?
Microsoft obviously expects that everyone is using FP. Me not, therefore I
am copying it by hand via FTP.
| Also, what files do I need to copy? Obviously all
| the .aspx and .aspx.vb and the bin directory with my dll... But what about
| the .aspx.resx or whatever files?
You need to copy only DLL, Web.Config, ASPX, ASAX, ASCX and ASMX and so on.
You don't need any file with "doubled" extension ".aspx.vb etc.)
--
Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]
Michal A. Valasek Guest



Reply With Quote

