MSBuild: Web Deployments (5 of 7)
Thursday, November 30th, 2006
The new ASP.NET 2.0 Website model does not include a project file. This fact has made for a troubling deployment process. You can use Visual Studio to run a build and deploy a compiled copy of the website, but that means you must have Visual Studio to run the build. Fortunately Microsoft released an Add-On for Visual Studio to generate a Website Deployment Project which you can use without starting Visual Studio.
The Website Deployment Project did not make it into the Visual Studio 2005 release but was released shortly after the .NET 2.0 launch to satisfy the clear need for such a deployment solution. The features included in this new project type were the result of requests during the .NET 2.0 beta 1 and beta 2 cycles.
The default configurations for every Visual Studio project are 
