强制浏览器使用兼容模式,Web.config,httpProtocol
生活随笔
收集整理的這篇文章主要介紹了
强制浏览器使用兼容模式,Web.config,httpProtocol
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
對于一些政府類的網站,很多支持IE6~8,而不支持使用更高版本瀏覽器瀏覽。雖然有些瀏覽器會自動使用兼容模式,或有些人會手動調整瀏覽器的兼容模式,但不是每一個人、每一款瀏覽器都可以做到用兼容模式。所以,強制瀏覽器使用指定版本的兼容模式運行,變得勢在必行。
<configuration><system.webServer><!-- 設定網站服務器以指定預設兼容性模式 Lionden --><httpProtocol><customHeaders><clear /><add name="X-UA-Compatible" value="IE=EmulateIE7" /></customHeaders></httpProtocol></system.webServer></configuration>
微軟IIS知識鏈接:http://www.iis.net/configreference/system.webserver/httpprotocol;
?
Lionden 2014年5月14日
E-mail:hsdlionden@hotmail.com
轉載請注明原文地址和博客園Lionden:http://www.cnblogs.com/lionden/
轉載于:https://www.cnblogs.com/lionden/p/3728636.html
總結
以上是生活随笔為你收集整理的强制浏览器使用兼容模式,Web.config,httpProtocol的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: ORA-12516:TNS:listen
- 下一篇: User profile synchro