ASP.NET Application Life CycleThe application life cycle has the following stages:1. User makes a request for accessing application resource, a page. Browser sends this request to the web server.2. A unified pipeline receives the first request and the following events take place:i. An object of the class ApplicationManager is created.ii. An object of the class HostingEnvironment is created to provide information regarding the resources.iii. Top level items in the application are compiled.3. Response objects are created. The application objects such as HttpContext, HttpRequest and HttpResponse are created and initialized.4. An instance of the HttpApplication object is created and assigned to the request.5. The request is processed by the HttpApplication class. Different events are raised by this class for processing the request. - Study24x7
Social learning Network
10 Apr 2019 04:22 PM study24x7 study24x7

ASP.NET Application Life Cycle
The application life cycle has the following stages:
1. User makes a request for accessing application resource, a page. Browser sends this request to the web server.
2. A unified pipeline receives the first request and the following events...

See more

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles