我有一个在 IE8、IE9 以及最新版本的 Firefox 和 Chrome 上看起来不错的 asp.net 网站。
服务器点击在所有网络浏览器中都可以正常工作..在 IE10 中它不工作..当点击 IE10 的“兼容性按钮”时它工作正常..
但我不能告诉所有用户打开兼容性按钮并浏览。
我想在编码方面做dis ..我试过了
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
和
<system.webServer>
<httpProtocol>
<customHeaders>
<clear />
<add name="X-UA-Compatible" value="IE=EmulateIE7" />
</customHeaders>
</httpProtocol>
</system.webServer>
这也是
我试过覆盖兼容模式,但无济于事:
但它在 IE10 中不起作用。