Visual Studio Upload

Discussion in 'ASP.NET / ASP.NET Core' started by marc_farrock, Jul 19, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I know it is right under my nose, but could anyone tell me how to upload pages / files from within Visual Studio?

    Thanks!
    Marc
     
  2. Using Visual Studio 2003 the only way to do it is using the Project/Copy Project... dialog. It requires FrontPage extesnsions and you have to upload the entire project every time. The word on the street is that VS 2005 will have a much better interface for deploying projects. Until then, I wrote a neat little app that reads an ASP.Net project and FTP's all files (or just updated files or just required files or just selected files) to any given server.

    http://www.herculessolutions.com/AspDotNetProjectFtp.aspx
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page