Flip compilation debug="true" on production

We recently had some discussions regarding our build server setup and how we need to alter some web.config items when doing release builds.  One of the primary things that we wanted to ensure is that the compilation of asp.net files is not set to debug, which is the default.

<system.web>
  
<compilation defaultLanguage="c#" debug="false"/>
</system.web>

More Info:

 

# re: Flip compilation debug="true" on production

Thursday, March 17, 2005 3:12 AM by Jiho Han    
I've noticed the same on a lot of asp.net projects out there. So far, dasBlog(I think?) and FlexWiki were all set to debug=&quot;true&quot;

I wondered why they were set that way and wondered if they had specific reasons. Maybe I should set them to false.

Post a Comment

 
 
Prove you're not a spammer: 
0 + 1 =