Enable trace for ASP.NET application
Pretty simple operation:
just add this line in the hive of the web.config file for the application to trace
<trace enabled="true" mostRecent="true" pageOutput="true" requestLimit="20" />
Then, to access the trace, just open the URL “http://localhost/Website/trace.axd” (if the application root is “http://localhost/Website/”)