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.
its still opening in "Compat View " Mode but in its works, no differences in UI aftert adding
<meta http-equiv="X-UA-Compatible" content="IE=8" >
script
We found it was caused by the checkbox in "Compatibility view settings" - "Display intranet sites in Compatibility View".
It works well after uncheck the box.
PS. Is it true that "localhost" is excluded from intranet sites?