I have a simple HTML5 / ASP.NET website that I started testing in IE10 today since it released for Win7.
This is an intranet site within my organization, and I believe awhile back there was a group policy deployed to enable the Display intranet sites in Compatibility View by default.
The thing I noticed today in testing was that even though I am adding an X-UA-Compatible IE=edge HTTP header (via my web.config), the site is showing in IE as:
Browser Mode: IE10 Compat View
Document Mode: Standards
I believe my HTML is actually OK though, because I can simply uncheck the Display intranet sites in Compatibility View setting and when it reloads, it immediately switches to:
Browser Mode: IE10
Document Mode: Standards
So my question is simply, shouldn't the IE=edge header value override the Display intranet sites in Compatibility View setting?
If not, is there any way I can override it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…