The code college
Tuesday, June 15, 2010
Daily Tips- Tip #52 - How will you ensure that asp.net is not deployed with debug="true" in production environment?
you can achieve it by doing the following setting in machince.config,
<configuration>
<system.web>
<deployment retail=”true”/>
<system.web>
<configuration>
‹
›
Home
View web version