Friends,
I have a question here, normally as a dotnet developer we know how the process flows inside the web server(IIS) with the complete asp.net page life cycle with different events with handlers, modules etc.
My question is from the browser when we enter a url and hit the enter button what are the process happens? How the url is used to identify the server...
Can any one suggest some good flow on this or any nice article to get a complete flow???
Loading

Sam HobbsPosted Jul 14, 2011, 9:35 PM
Do you know what a RFC is? A RFC is essentially the standard for the internet. They are not called standards; they are called comments, which is very confusing. If you want the actual details of how these things work, then look at the RFCs. Go to the The Internet Engineering Task Force (IETF) and click on the link for Search RFC Ed Index. Also look around in the IETF web site. The results of the search will be plain-text documents but it is possible to get formatted versions of the documents but I forget where they are.
Karthikeyan AnbarasanPosted Jul 14, 2011, 9:32 AM
Sam HobbsPosted Jul 13, 2011, 5:04 PM
Karthikeyan AnbarasanPosted Jul 13, 2011, 8:44 AM
Thanks for your link...
HttpModules and HttpHandlers will process the request inside the IIS process which we are clear about... Want to know the process when user enter a url and click on enter button how the data passed to the IIS from the browser and what all happens in that process.
Jiteendra SampathiraoPosted Jul 13, 2011, 8:29 AM
Http modules and Httphandlers taking care of this process..
refer this Link