Search code examples
asp.nettrace

Tracing in ASP.Net not working?


I followed the answer in this question and it isn't working.

I have the Trace enabled in my Web.Config. I am calling Trace.Write in 2 places. I am running through my application...and no Trace.axd file shows up.

Am I missing a step?


Solution

  • I would not search for a file trace.axd, but call the page http://mydomain/trace.axd. As far as I know tracing just generates a dynamic ringbuffer containing the specified number of requests (default is 10).