I have a simple HTML5 / ASP.NET site that I started testing in IE10 today since it was released for Win7.
This is the intranet site in my organization, and I believe that a group policy has been deployed to enable Display intranet sites in the default compatibility view .
What I noticed today in testing was that although I add an HTTP header X-UA-compatible IE = edge (via my web.config), the site displays in IE as
Browser Mode: IE10 Compat View Document Mode: Standards
I believe that my HTML is actually normal, because I can simply uncheck the Show intranet sites in compatibility mode check box, and upon rebooting it will immediately switch to:
Browser Mode: IE10 Document Mode: Standards
So my question is simple: should the IE = edge header value not override the settings Show intranet sites in compatibility mode ?
If not, can it be redefined?
kman Feb 28 '13 at 5:33 2013-02-28 05:33
source share