0
kicks
Asp.Net Request Lifecycle
This blogpost describes how IIS and ASP.Net Runtime processes an incoming request. When an incoming request arrives, an application object is taken from the application pool. The article describes the events in the application object and how various modules and handlers collectively process the request to generate appropriate response that is sent to the browser.