Swati Agarwal
What happens from the point an HTTP request is received on a TCP/IP port up until the Page fires the On_Load event?
Posted by Swati Agarwal in .Net | ASP.NET on Nov 21, 2012
  • 0
  • 1
  • 1298
Do you know the answer for this question? Post it below.
Guest
Posted by vipul handa on Dec 26, 2012
  • 4

Brifely to say. Request is received by the server, the server determines the ISAPI extension to handle the request based on filename extension. In case this is first request, it will create an app domain for maintaining isolation with this and other applications running. then it creates hosting environment which will also create the objects like HttpContext, HttpRequest and HttpResponse. After this the HTTPApplication object is created . Afterwards the events in the global.asax which is the class inherited from the HTTPApplication object fires in the order defined in the link above.


Join a Chapter
SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Get Career Advice from Experts
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.