将页面重定向到 aspx 页面在 chrome 中有效,但在 IE 中无效

Redirect a page to an aspx page works in chrome but not in IE

我搜索了一种将 "C:\inetpub\wwwroot" 中的 index.htm 页面重定向到我的 aspx 登录的方法 page.I 在 index.htm 文件中添加了这一行:

<meta http-equiv="refresh" content="0; url=http://hfp.com/login.aspx" />

它在 chrome 中有效,但是当我用 IE 打开它时显示空白 page.why IE 不重定向它,如何实现它?

如果您的浏览器配置设置为第 "High" 级别,那是 IE 中的安全功能,您无法刷新到 IE 中的另一个页面,或者您必须降低安全级别