Favicon icon is showing at chrome, mozilla firefox and i tried other browsers too but it is not showing in IE 9. I am unable to locate where the problem is.
I pasted the code below inside head tag inside MasterPage(using 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>
But favicon is still not shown in IE 9. Is there any other way to do it.. or i am doing something wrong because it works very well on other browsers - chrome,firefox..