Has anyone got HttpBrowserCapabilities working in asp.net

Posted by Hunt on Stack Overflow See other posts from Stack Overflow or by Hunt
Published on 2010-06-18T14:36:28Z Indexed on 2010/06/18 14:43 UTC
Read the original article Hit count: 312

HttpBrowserCapabilities browse = Request.Browser; just seems to bring back IE or Netscape for all other browsers.

I have updated the C:\WINDOWS\system32\inetsrv browscap.ini file on the developer pc that has asp.net c#.

My requirement is to trap the clients browser in server side code.

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about httpbrowsercapabilities