4
Reply

ASP.NET MVC Application Life Cycle

Ask a question
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)