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?