Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/91.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 在Internet Explorer 10中禁用兼容性视图_Html_Asp.net_Internet Explorer_Internet Explorer 10 - Fatal编程技术网

Html 在Internet Explorer 10中禁用兼容性视图

Html 在Internet Explorer 10中禁用兼容性视图,html,asp.net,internet-explorer,internet-explorer-10,Html,Asp.net,Internet Explorer,Internet Explorer 10,我有一个asp.net应用程序。现在,我的asp.net页面将始终加载到IE10中的CompatiblyView中。如何防止IE10将CompatiblityView用于我的页面? 我已经添加了,但Internet Explorer仍然使用兼容模式,而不是正常的IE10模式。 当我打开其他网站时,它们是以正常的IE10模式加载的 例如,当我加载http://www.google.ch它将使用正常的IE10模式: 加载页面时,IE将更改为兼容模式: 我可以阻止IE10切换到兼容模式吗?IE=E

我有一个asp.net应用程序。现在,我的asp.net页面将始终加载到IE10中的CompatiblyView中。如何防止IE10将CompatiblityView用于我的页面? 我已经添加了
,但Internet Explorer仍然使用兼容模式,而不是正常的IE10模式。 当我打开其他网站时,它们是以正常的IE10模式加载的

例如,当我加载
http://www.google.ch
它将使用正常的IE10模式:

加载页面时,IE将更改为兼容模式:


我可以阻止IE10切换到兼容模式吗?

IE=Edge给了你什么?它给了我:Browsermode:IE10 Kompatiblitätsansicht,Documentmode:Standards其他工作正常的站点,是intranet还是internet站点?其他工作站点是internet-我的站点是intranet请检查此问题的答案,并阅读评论:。也许intranet设置默认使用兼容模式,并且meta标记应该是其他标记之前的第一个meta标记。