マスターページにファビコンを入れようとしていますが、ブラウザに表示されません.VSはエラーを表示しません
マスター ページ コード
<head runat="server">
<title>My Test Application</title>
<link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
<link id="Link1" runat="server" rel="shortcut icon" href="~/favicon.ico" type="image/x-icon" />
<link id="Link2" runat="server" rel="icon" href="~/favicon.ico" type="image/ico" />
<asp:ContentPlaceHolder ID="HeadContent" runat="server">
</asp:ContentPlaceHolder>
</head>