I am not able to display a favicon on the webpage. I am using IE8. I have used the below markup in a .aspx page:
<head runat="server">
<link rel="shortcut icon" href="Images/favicon.ico" />
</head>
I have kept the favicon.ico file in the Images.
It is displaying on other browsers like Firefox and Chrome, but I want it to be displayed on IE. What would be the settings to do in IE?