request.brower

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

I am testing for brower type and version. When I use my FireFox version
1.07 browser I'm getting Netscape5 for type and 5.0 for version.

Why?
Thanks,
T
 
Because your browser capabilities files aren't up-to-date.

If you are using ASP.NET 1.1, make sure your machine.config
and/or your web.config have updated capabilities definitions for Firefox 1.07.

If you are using ASP.NET 2.0, make sure your firefox.browser
file has updated capabilities definitions for Firefox 1.07.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 
That is correct, and I know just how frustrated you are, because I had the
same problem. But someone eventually told me a place where I could download
updated .config files. Here is that URL, it is definitely one to remember:

http://slingfive.com/pages/code/browserCaps/

Good luck!
 
Nathan:
THANK YOU!!
That solved the issue. it's so nice to get a complete answer.
Regards,
T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top