我有一个asp.net应用程序。现在,我的asp.net-Page将始终在IE10中的CompatiblityView中加载。我怎样才能防止这种情况,IE10会在我的页面中使用CompatiblityView?
我已经添加了<meta http-equiv="X-UA-Compatible" content="IE=10" />
但是Internet Explorer仍然使用Compatiblity-Mode而不是普通的IE10-Mode。
当我打开其他网站时,它们将以正常的IE10模式加载。
当我加载例如http://www.google.ch
时,它将使用正常的IE10模式:
当我加载页面时,IE将更改为兼容模式:
我可以阻止IE10更改为兼容模式吗?