0
내 웹 사이트는 IE8에서 제대로 렌더링합니다. Windows 8.1을 사용할 때 기본 브라우저는 IE11입니다. IE 11을 IE 8 호환성에서 실행하려면 어떻게해야합니까? 방법.강제 IE 11 ASP.NET에서 IE 8 호환성 모드에서 실행
이미 다른 게시물
에 명시된 옵션을 시도How to force compatibility mode for all versions of IE?
ASP.NET Project and IE10 Compatibility Mode issues in Windows 7
Why does IE9 switch to compatibility mode on my website?
내가 좋아하는 내 루트 웹 설정에
<httpProtocol>
<customHeaders>
<remove name="X-UA-Compatible"/>
<add name="X-UA-Compatible" value="IE=EmulateIE8"/>
</customHeaders>
</httpProtocol>
을 설정하고 피들러를 사용하여 응답 헤더를 확인하면 나에게 말합니다. X-UA 호환 : IE = EmulateIE8
그래도 여전히 제대로 렌더링되지 않습니다.