简体   繁体   English

安装IE9浏览器后,将IE8设置为默认浏览器

[英]Make IE8 as default browser when IE9 browser installed

I need to run my mvc application automatcally in IE browser. 我需要在IE浏览器中自动运行我的mvc应用程序。 so i kept IE as default browser.but what my requirement is i need to run my application automatically in IE8 browser instead of higher version like IE9. 所以我将IE保留为默认浏览器。但是我的要求是我需要在IE8浏览器中自动运行我的应用程序,而不是像IE9这样的更高版本。

my system having IE9 browser installed. 我的系统已安装IE9浏览器。 when i execute the application it runs through IE9 browser so every time i am going to change the browser mode by using developer tools (F12) available in IE. 当我执行该应用程序时,它将通过IE9浏览器运行,因此每次使用IE中可用的开发人员工具(F12)更改浏览器模式时,

how can i avoid this situation and make IE8 as default browser when IE9 is installed. 安装IE9时如何避免这种情况并使IE8成为默认浏览器。

Note: don't expect answer like uninstall IE9 browser and install IE8 for my requirement.because for other application requires IE9 browser. 注意:不要期望像卸载IE9浏览器并安装IE8这样的答案满足我的要求。因为其他应用程序需要IE9浏览器。

Thanks, 谢谢,

Too bad you aren't using ie 11 😁 seriously though you can't run in the older versions. 太糟糕了,尽管您不能在旧版本中运行,但您并没有认真使用11 ie。 You can make ie 9 use the outdated engine with the following meta tag. 您可以通过以下meta标签使ie 9使用过时的引擎。

    <meta http-equiv="X-UA-Compatible" content="IE=8">

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM