Search code examples
asp.nethtmlfavicon

favicon did not show on server side using ASP.net


I used the favicon like this

<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/ico" />

But it does not show when I run on localhost. I write this code in merr.html and I run on localhost host, it does not show. If I double click from windows explorer the icon show up. Do you know how to solve it?


Solution

  • I solved this issued with clear cache the browser (firefox) then I restart the browser and the favicon showed. Thanks