application wide tracing

G

Guest

I have set the tracing attributes in my config file to do application tracing as opposed to page. The documentation says I'm to view the results (for application tracing) via a page called trace.axd. I had assumed that the trace utility produced this page, I looked in the application root as described in the documentation and I couldn't find it. Is this page available somewhere to down load. Or, how do I get around this so I can get an application trace?

Thanks for your help.
 
S

Scott M.

Trace.axd is a virtual page and is created at run time. You will not find a
physical file on the hard drive as the file doesn't really exist physically.
To use the trace, navigate to a page (or series of pages) in your ASP.NET
application. Then manually type in the trace page:

http://server/application/trace.axd

You will see the trace log there.


cbwardsr said:
I have set the tracing attributes in my config file to do application
tracing as opposed to page. The documentation says I'm to view the results
(for application tracing) via a page called trace.axd. I had assumed that
the trace utility produced this page, I looked in the application root as
described in the documentation and I couldn't find it. Is this page
available somewhere to down load. Or, how do I get around this so I can get
an application trace?
 
T

Tian Min Huang

D

DotNetJunkies User

I agreed, but i need trace.axd physically, is there any way to get it, I need it for checking errors daily, so i could download to local machine and then check it.

plz help me in this regards,
Thanks,

Waqar
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top