<compilation debug="XXX in web config, what scenarios does it affect?
Posted
by Andrew Bullock
on Stack Overflow
See other posts from Stack Overflow
or by Andrew Bullock
Published on 2010-04-01T09:54:06Z
Indexed on
2010/04/01
10:03 UTC
Read the original article
Hit count: 308
ASP.NET
|web.config
If I've built my application in release mode, and precompiled the aspxs, what does
<compilation debug="true" />
do in the Web.config?
Do I still need to set this to false for production code?
Under what circumstances does this have any affect?
Thanks
© Stack Overflow or respective owner