Global.Application_Start fires after page_load?
Abdu
Posts: 21 Bronze 2
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?
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?
Comments
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.