Trace.axd not created

K

kpg

In the webConfig file I set Trace enabled=true, Pageoutput=false
but I don't get a Trace.axd in my application root.

If I turn pageoutput=true then I see the trace info on the page.

???

I created an empty trace.axd, just in case it needed a file to
be present, but it stays empty.

kpg
 
K

kpg

As Brock Allen once said in microsoft.public.dotnet.framework.aspnet
Trace.axd is a implementation of IHttpHandler -- it's a class that
handles requests for trace.axd but doesn't require a file on the file
system. Check out the <httpHandlers> configuration element in the
machine.config (v1.1) or root web.config (v2.0).


Yes, thanks. Got it.
 

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

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top