Generate Web.Debug.config which could be debugged
问题 I have a web role Its web.config has a following lines <system.web> <compilation debug="false" targetFramework="4.5.1" /> When I want to debug my role each time I need to switch that option to true . Can I generate only for debug web.config with debug="true"? While compiling I have see the transforming step: Transformed Web.config using C:\data\Main\WebRole\Web.Debug.config into C:\data\Main\obj\x64\Debug\WebRole.csproj\TransformWebConfig\transformed\Web.config. Can I customize the above