There are seven events that happen before processRequest event happens. If you look at the picture below,
The image does not show any events like BeginRequest and the rest of the five events before ProcessRequest happens.
My question is, do these events like BeginRequest and other five events occur in an MVC application or not. If yes then how a diagram will look like if I merge above two figures into one if I want to see the complete picture of Request-Response life cycle
of MVC application.
Member
4 Points
17 Posts
Life cycle events around UrlRoutingModule
Oct 22, 2014 02:48 AM|uid282803|LINK
Please look at the picture below.
There are seven events that happen before processRequest event happens. If you look at the picture below,
The image does not show any events like BeginRequest and the rest of the five events before ProcessRequest happens.
My question is, do these events like BeginRequest and other five events occur in an MVC application or not. If yes then how a diagram will look like if I merge above two figures into one if I want to see the complete picture of Request-Response life cycle of MVC application.
Thanks.
All-Star
58174 Points
15650 Posts
Re: Life cycle events around UrlRoutingModule
Oct 22, 2014 01:10 PM|bruce (sqlwork.com)|LINK
see:
http://www.iis.net/learn/extensions/url-rewrite-module/iis-url-rewriting-and-aspnet-routing
note: this is for iis7+ and asp.net 4+