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