REQ: ASP.NET Feature
For web.config files
<configuration Name=”Release”>
<system.web>
…
system.web>
configuration>
<configuration Name=”Debug”>
<system.web>
…
system.web>
configuration>
If ASP.NET could parse config files while understanding build context and use the configuration for the appropriate build type, it would be a huge help especially for systems which have a large number of custom settings or differences between their development, staging and production environments.