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
See this blog post from ScottGu which covers the intricacies of the debug switch and includes some discussion of precompiled sites.