Wednesday, August 13, 2014

html - Favicon not showing up in Google Chrome - Stack Overflow

html - Favicon not showing up in Google Chrome - Stack Overflow: I read a bunch of different entries till I finally found a solution that worked for my scenario (ASP.NET MVC4 project).

Instead of using the filename "favicon.ico" for my icon, I renamed it to something else, ie "myIcon.ico". Then I just used exactly what Domi posted:




And this worked!

It's not a caching issue because I tested this with Fiddler - a request for favicon never occurred, even if I cleared my cache "From the beginning of time". I believe it's just some odd bug with chrome?

No comments: