I'd like to upload (via ftp) a website when doing a release build in visual studio 2008. I don't want any source code files to be uploaded and it would be nice to configure which folders should get uploaded. I'm using either ASP.NET Web Applications or MVC. How do I configure VS.NET to automatically upload (and overwrite) the last deployed website?
|
1
|
|
|
|
|
|
You can use the Visual Studio Web Deployment Project Add In from Microsoft. I use this with MSBuild as part of CruiseControl, its very nice, and with some of the Community Tasks for MS Build you can do *.config (or any XML file) substitutions as part of your build process. Edit: I also see that the MSBuild Community Tasks includes an FtpUpload action. This should be exactly what you need. |
||
|
|
|
|
Or you can use nant |
||
|
|
|
|
Well, it turns out the simplest way to do this is to use the "Publish" functionality built into VS.NET. I've used this feature before but I somehow thought it was only available for "Web Site" projects. |
||
|
|
|
|
Nant have no ftp task. Here I find, most convinient, very light, beaty solution. Strange why no ports of it to nant. |
||
|
|

