ASP.NET Bug

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am a .NET Professional and working in web development.
I found a bug (i think so) while using Request.Browser object to identify the browser name and version.
It shows me the correct browser name and version when i request the page from Internet Explorer 6.0. But
when i request the page from Netscape 7.1 it shows me the version as 5.0 and major version as 5 and minor version as 0.

Is it a bug? Please clarify.
 
http://msdn.microsoft.com/library/d...-us/cpgenref/html/gngrfbrowsercapssection.asp

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Ganesh said:
I am a .NET Professional and working in web development.
I found a bug (i think so) while using Request.Browser object to identify the browser name and version.
It shows me the correct browser name and version when i request the page
from Internet Explorer 6.0. But
when i request the page from Netscape 7.1 it shows me the version as 5.0
and major version as 5 and minor version as 0.
 
Back
Top