Sunday 2 October 2011

What order they are triggered?


They’re triggered in the following order:
 Application_BeginRequest
 Application_AuthenticateRequest
 Application_AuthorizeRequest 
  Application_ResolveRequestCache
 Application_AcquireRequestState
 Application_PreRequestHandlerExecute
 Application_PreSendRequestHeaders
 Application_PreSendRequestContent 
  ..code is executed..
 Application_PostRequestHandlerExecute
 Application_ReleaseRequestState
 Application_UpdateRequestCache
Application_EndRequest

No comments:

Post a Comment