MVC - Enable and view the Trace file

by
Jeremy Canfield |
Updated: March 20 2020
| MVC articles
To enable tracing, add the following to the web.config file, inside the <system.web> tags:
<trace enabled="true" pageOutput="false" />
To view the trace events, go to http://www.example.com/<project name>/trace.axd.
Did you find this article helpful?
If so, consider buying me a coffee over at