Daily Tips- Tip #52 - How will you ensure that asp.net is not deployed with debug="true" in production environment?

Tuesday, June 15, 2010

you can achieve it by doing the following setting in machince.config,

<configuration>
<system.web>
<deployment retail=”true”/>
<system.web>
<configuration>

LinkWithin

Blog Widget by LinkWithin

Recommended Books