308 Views
There is a bug in the browser definition files that shipped with .NET 2.0 and .NET 4, They contain definitions for a certain range of browser versions. but some browsers (like IE 10) aren't within those ranges. Therefore, ASP.NET sees them as unknown browsers and defaults to a down-level definition, which has certain inconveniences,
0 comments