Force Browser Mode=IE8 and document mode=IE8 Standards

Posted by Dennis Cheung on Stack Overflow See other posts from Stack Overflow or by Dennis Cheung
Published on 2010-04-08T02:53:18Z Indexed on 2010/04/08 3:33 UTC
Read the original article Hit count: 833

Filed under:
|

I have a internal website hosted on IIS. I added the following meta code and also add http-header that the page should in IE8 Browser mode and document mode.

<meta http-equiv="X-UA-Compatible" content="IE=8" >

We tested it on Visual Studio and and it works very well.

However, after we publish the code to another IIS server, one developer reported that the page render in "IE8 Comatiblity" Browser Mode which causes some JavaScript to fail.

There are more then 4 people working on the same windows server 2003 (RDP sessions). We use the same version of IE (same IE actually). Everyone get "IE8" Browser Mode but one person gets "IE8 Compatibility" Browser Mode.

What else can make a specific user's IE load the page in a mode other than IE8 mode?

PS. We checked the compatibility list in the IE; it is empty.

© Stack Overflow or respective owner

Related posts about ie8

Related posts about compatibility-mode