I have Visual Studion 2008 Professional. In my VS2005 web-projects I used 'configSource' attribute at configuration sections to load external configuration file, e.g. for the <system.web><compilation> section and it worked fine. But the VS2008 breaks this behavior regarding this section. When I try to debug project in VS2008 it shows:"The page cannot be run in debug mode because debigging is not enabled in Web.config file".Web.config:<compilation configSource="compilation.config" />---compilation.config:<compilation debug="true"> <<<< the attribute debug="true" exists! <<<< <assemblies> .... </assemblies></compilation>This breaking behavior hits me badly because I use external file configuration for my deployment scenarious.P.S. Anyone can validate this bug by downloading this repro solution via http://escogido.ru/microsoft/webbugrepro.zip (does not contain any exe-files).
Version
Please wait...