我的母版页的头部有以下两行:
<link rel="shortcut icon" href="/Content/Images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/Content/Images/favicon.ico" type="image/ico" />
但是,该网站图标不会显示在 Internet Explorer(版本 6、7、8)中。在 Firefox 和 Safari 中,图标可以正常工作。我什至尝试将 href 替换为我网站的 URL(http://www......./Content/Images/favicon.ico),但这在 Internet Explorer 中仍然不起作用。我错过了什么吗?