views:

392

answers:

2

Greetings,

I am looking for a list of browser entries as they are listed in an IIS log to help identify the different versions of browsers which visit our sites. Perhaps there isn't a list but an algorithm which should be used to identify different browsers and their versions.

Please note that I am not looking for a log analyzer, but the different values I can expect for browser version in a log. If their isn't a list of these, is there an algorithm I can follow to determine what the browser is and it's version?

A: 

If you are looking for a paid one then here is one for you. And Steve lists from free and open source iis log analyzers here.

Edit: Check this link out from MS Technet which has all the details about log files. Hope this helps.

Shoban
Thank you, I am not looking for log analyzers, but the different entries to be expected in the logs for browser type.
Brettski
ok...Edited and added a link. Check out and see if it helps.
Shoban
+1  A: 

The string you're looking for is called the user agent. Whenever you're dealing with these, it is helpful to remember that it can be changed by the end user and therefore shouldn't be completely trusted. With that said, here are some good resources:

Iceman
Thank you Kevin. I had figured out the User Agent term, but not the references. The links are great, giving me just what I was looking for.
Brettski