Friday, January 1, 2010

How to Turn on/off tracing for entire ASP.NET Site or Application

Open up your web.config file - then, somewhere in the system.web section, put this :
<trace enabled="true" localonly="false" pageoutput="true"></trace>
Set it to false if you don't want it to show up.