Question

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?

Was it helpful?

Solution

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:

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top