How can we help you today? How can we help you today?

Global.Application_Start fires after page_load?

I am using Profiler 5.2 in Windows 7 64bit to trace an asp.net app.
I noticed that the Global.Application_Start is showing up after some events in the page class have fired like page_load, in the profiler's results. I am assuming the sequence of events/methods in the profilers results is the same sequence as they happen.

Doesn't Global.Application_Start always fire before any page event? VS's breakpoint on Global.Application_Start is reached before the breakpoint on Page_load.

What am I missing?
Abdu
0

Comments

4 comments

  • slaphead99
    I’m not sure how you're determining the function order. ANTS doesn’t usually record it, unless you use something like the user events DLL.
    slaphead99
    0
  • Abdu
    In what order are they in when Wall Clock is used?
    Abdu
    0
  • slaphead99
    The ordering is determined by the column sorting (on the right).
    slaphead99
    0
  • slaphead99
    Try:
    http://downloads.red-gate.com//EAP/ANTS ... .0.877.exe

    You can then see (when you click on each method) exactly when they get profiled in the timeline as it shows up in green.
    slaphead99
    0

Add comment

Please sign in to leave a comment.