I'm a bit confused about all that
Does
<compilation debug="true">
in web.config mean that you are in Debug mode? I guess no? Is this related to debug/release mode?Is the "publish..." action in VS2008 automatically compile in "release" mode? Where can I bind "publish..." action to "release" mode?
When I "publish..." a project and if I have
<compilation debug="true">
, does the compiler insert all of the extra code for debugging?
I guess this is simple but it seems confusing for me
David