When client request for some information from a web server, request first reaches to HTTP.SYS of IIS. HTTP.SYS then send the request to respective Application Pool. Application Pool then forward the request to worker process to load the ISAPI Extension which will create an HTTPRuntime Object to Process the request via HTTPModule and HTTPHanlder. After that the ASP.NET Page LifeCycle events starts.
Complete Article has been published @ DotNetFunda.Com
This article has also been shared@
digg.com
www.dotnetkicks.com
dotnetshoutout.com
delicious.com
Please share your suggestion and feedback.