Eddy Setiawan
Eddy Setiawan

Reputation: 77

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?

Upvotes: 1

Views: 920

Answers (1)

Eddy Setiawan
Eddy Setiawan

Reputation: 77

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

Upvotes: 2

Related Questions