Events occur-ASP.NET page from IIS server

Name the events which occur when the client requests the ASP.NET page from IIS server?

E

Expert

Verified

The following events happen when a client needs the ASP.NET page from an IIS server:

i. HttpApplication class processes a user request.
ii. The Response objects are created for every user request.
iii. User requests for the application resource.
iv. Object of HttpApplication class is created and then allocated to a Request object.
v. Integrated request-processing pipeline receives a first user request.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.