Trace of Global.asax

  • Thread starter twowaystosayiloveyou
  • Start date
T

twowaystosayiloveyou

Hi all,

After setting trace for asp.net application. I get trace information
for every page, but no trace information for global.asax. Anyone know
how to trace the global.asax file? Thanks.
 
C

Cowboy \(Gregory A. Beamer\)

You cannot trace in a typical manner, as there is no GUI for the
global.asax.

There are two ways I can imagine it working:

1. add a trace listener to the application (in global.asax) and use it to
pull the global.asax trace information where you can visit it.

2. Visit the trace.axd file. Not sure if this works on global.asax, however.
 

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

Members online

Forum statistics

Threads
474,434
Messages
2,571,685
Members
48,796
Latest member
Greg L.

Latest Threads

Top