0
votes

I am trying to determine if my users used IE 10 or IE 9 to access my Web Application. The user-agent column in IIS logs says the following:

Mozilla/4.0+(compatible;+MSIE+7.0;+Windows+NT+6.1;+Trident/4.0;+SLCC2;+.NET+CLR+2.0.50727;+.NET+CLR+3.5.30729;+.NET+CLR+3.0.30729;+Media+Center+PC+6.0;+.NET4.0C;+.NET4.0E;+InfoPath.1;+MS-RTC+LM+8)

I don't know what I can make of this. Does this mean they used IE 7.0? How would this log look if they used IE 9.0 or IE 10.0?

1

1 Answers

1
votes

Your visitor probably used MSIE 7, as seen by compatible;+MSIE+7.0;

If they were using IE 9, it would say MSIE 9.0, 10 would be MSIE 10

Note: This only applies up to MSIE 10, at 11 they changed to a new "Trident" format which you can see here

You can see more here