I am testing an ASP.NET 3.5 app on 2 machines: one is a Windows 7 x64, and the other Windows Server 2008 x64.
When I use the same Chrome instance to open the websites on these 2 machines, I get different results on HttpBrowserCapabilities.Browser
: on the Windows 7 machine I get browser.Name = "appleMac-safari"
, while on the Windows Server machine I get browser.Name = "applewebkit"
.
Both machine are have identical (AFAIK) installations of the asp.net app, same machine.config
files, and the *.browser
files are also identical on C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\Browsers
Any ideas why this discrepancy happens?