.NET Framework Bookmark and Share   
 index > ASMX Web Services and XML Serialization > How does IIS knows which browser to respond to?
 

How does IIS knows which browser to respond to?

If I open the same website in two different browser instance in the same machine, how does IIS knows what response to sent which browser?

Also in case of Load balancer how does the response mechanism work?

Regards,
M
C# developer
pure_m23
IIS does not know what browser you're using. You can make your web app recognize the browser it is opened in.
Lucian Baciu, http://studentclub.ro/lucians_weblog
naicul
Sandy Kumar 2008
Sandy Kumar 2008
Hi Lucian/Sandy
thanks for this post. This wasinformative but my question was not browser specific. I just want to understand

If I open the same website two different browser instance in the same machine and browse 2 different links of the same website, how does the response from the server is catered. Does the server respond based on the Client IP/host name information or is the HTTP Context somehow maintained for each and every request.

Regards,
M

C# developer
pure_m23

You can use google to search for other answers

Custom Search

More Threads

• Bubble the events within the cells within the DataGrid within another Datagrid
• uploading files to databse n asp.net 2.0
• .Net passport authentication issue
• Unrecognized configuration section microsoft.web.services3 in WSE 3.0
• WSE Existing Project
• .NET1.1 WS - IIS6 - SqlServer2005 problem
• Namespace scope problem
• WSE 2.0 Problem with MessageSignature.CheckSignatur­e()
• Problem using WSDL file as Data Source
• unable to consume web-service on .NET2005 (though its working in 2003)