Hi,
I have a asp.net website in which i check for supported browser. That is i user Request.Browser.Browser -- for the browser name and Request.Browser.MajorVersion for the browser version
Problem here is browser Safari and Google Chrome show me the same value !!! That is AppleMAC-Safari(name) and version would be 5..
How do i differentiate between google chrome and safari then ???
Thanks , Francis P.