Favicon 图标在 chrome、mozilla firefox 上显示,我也尝试过其他浏览器,但在 IE 9 中没有显示。我无法找到问题所在。
我将下面的代码粘贴在 MasterPage 内的 head 标记内(使用 Visual Studio)
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon" />
<title>DemoPage</title>
<link href="css/patrika.min.css" rel="stylesheet" />
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
</head>
但是 IE 9 中仍然没有显示 favicon。有没有其他方法可以做到这一点.. 或者我做错了什么,因为它在其他浏览器上运行良好 - chrome,firefox ..