Seshu Obbalareddy

Seshu Obbalareddy

  • NA
  • 104
  • 7.1k

ASP.NET MVC Application Life Cycle

Aug 28 2016 2:19 AM
I have went through so many articles but i didn't find any information regarding HTTP modules in ASP.NET MVC Application life cycle.
I am looking to know when events like
Application_BeginRequest()
Application_AuthenticateRequest()
Application_AuthorizeRequest() etc will be fired??
In MVC,when these events will be fired?I mean it is after or before routing??
I am looking for the complete MVC Application life cycle which includes HTTP modules.

Answers (4)