M
muriwai
Hi,
I have <compilation debug="true"> in my web.config. The trouble is that I
have to manually change this to "false" every time I publish the website. I
tried moving this to global machine.config and web.config on the development
machine, but then VS 2005 complains that there's no Debug in web.config and
asks to modify the file. When I remove the compilation section completely
from local web.config, VS 2005 adds a new one. This is a big annoyance for
me, or am I missing something?
Thanks
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
<configuration>
<system.web>
<compilation debug="true" />
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config
<configuration>
<system.web>
<compilation debug="true">
...
--
I have <compilation debug="true"> in my web.config. The trouble is that I
have to manually change this to "false" every time I publish the website. I
tried moving this to global machine.config and web.config on the development
machine, but then VS 2005 complains that there's no Debug in web.config and
asks to modify the file. When I remove the compilation section completely
from local web.config, VS 2005 adds a new one. This is a big annoyance for
me, or am I missing something?
Thanks
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config
<configuration>
<system.web>
<compilation debug="true" />
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\web.config
<configuration>
<system.web>
<compilation debug="true">
...
--