Web.Config Transformation
5 Feb
At the the Visual Web Developer Team Blog Microsoft details a feature that is being added for deploying a Web Application Project that will allow developers to specify sections in the web.config that will be replaced depending on the build environment.
The example they show is replacing the connectionStrings section of the web.config when building for Release. This is an issue I bump into all the time. This is a feature that really should have been address in the 2008 release of Visual Studio. The fact that Microsoft is only adding it in the 2010 release and only for Web Application Projects is pretty annoying. I want this feature for Web Site Projects.
