Click here to Skip to main content
15,920,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,
I want all steps in details. Browser where will look this address?
Please explain on ( browser level, Web server level, IIS level/authentication/authorization etc.

Thanks in advance
Siddhesh (EDIT : Removed Email Address)
Posted
Updated 18-Jun-12 0:32am
v2

Google[^] is the best answer for you.
Also if you wish to refer below link:

http://abhijitjana.net/2010/03/14/beginner%E2%80%99s-guide-how-iis-process-asp-net-request/[^]
 
Share this answer
 
Comments
Siddheshwar Duchal from Pune 18-Jun-12 8:06am    
Hey Abhi,
Thanks you.
I have understood, after finding web server what will happen.

Now my question is:

How request will find to destination host server?
How request know, where is host google.com?
Is there ip address goes internally?
Vani Kulkarni 25-Jun-12 5:04am    
Request: It Uses for fetching the Values from the Form Objects or Variables which are requested by a client.
Response: It uses to Get Response from the Server based upon a Client Request to the Server.
First of all, do not put your email address. It would give no more than SPAMS in your mail box.

Look at the links below to read more about the Page Life Cycle:

http://www.csharp-station.com/Tutorial/AdoDotNet/lesson07[^]

http://msdn.microsoft.com/en-us/library/ms178472.aspx[^]
 
Share this answer
 
If I would have to know this, I would have started here - Google search - how do browsers work[^]
 
Share this answer
 
This is really very vast and Large topic to explain here.

You can Read here about How Browser's Work (which is exactly your Question).

http://taligarsiel.com/Projects/howbrowserswork1.htm[^]

Simply: URI (IP or URL) > Registrars DNS Server > IP or Server > server > then back to your machine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900