MSDN got a page showing in which order the ASP.Net global.asax methods are called. It seems I can not find it, who has the link?
Is there a similar page, but for ASP.Net MVC (including in what order are all the controller methods involved, such as OnActionExecuting, OnAuthorization, etc.)?
Edit
Found it again for ASP.Net
ASP.Net Application Life Cycle: http://msdn.microsoft.com/en-us/library/bb470252.aspx
source
share