Mega Code Archive

 
Categories / ASP.Net Tutorial / Development
 

Enable trace in Web config

File: web.config <configuration>    <system.web>       <trace enabled="true"/>    </system.web> </configuration>