Global.Application_Start fires after page_load?

AbduAbdu 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?

Comments

Sign In or Register to comment.