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/”)

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top