Web Deployment Project for ASP.NET 2.0

As Scott Guthrie already detailed in his blog, the ASP.NET team has released a new add-in for VS.NET to make deploying web apps much easier. One of the coolest features in my opinion is the fact that you can replace sections of the web.config from debugging to release. So, I can modify my debug build options to replace the ConnectionStrings section of the web.config. The release build options can replace the same section with a "release-version" of the section. This makes testing and deploying much easier as now you don't have to worry about forgetting if the web.config needs to be changed for testing, staging, or production. Great job guys!
Published Thursday, November 10, 2005 9:44 AM by Jason N. Gaylord

Comments

# re: Web Deployment Project for ASP.NET 2.0

Thursday, November 10, 2005 3:40 PM by BradleyB
It can be downloaded here http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx

# re: Web Deployment Project for ASP.NET 2.0

Monday, November 14, 2005 10:55 AM by Jason N. Gaylord
Awesome! Thanks for the link post Bradley! Good work on this guys!

Leave a Comment

(required) 
(required) 
(optional)
(required)