Bug and Fix: ASP.NET fails to detect IE10

added by rcash
8/21/2011 8:27:05 PM

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