Mega Code Archive

 
Categories / ASP.Net Tutorial / Configuration
 

Lock the debug attribute, and only the debug attribute, of the compilation element

File: Web.config <configuration >     <system.web>       <compilation debug="false" lockAttributes="debug" />     </system.web> </configuration>