Favicon not working in IE11; works in FF and Chrome Favicon not working in IE11; works in FF and Chrome windows windows

Favicon not working in IE11; works in FF and Chrome


Favicons do not work in Internet Explorer when the page is local file system file (file://...).


I've wasted a ton of time on this. The only solution I found that was totally foolproof is to just change the favicon programmatically once the entire application is loaded. See

https://stackoverflow.com/a/29465098/393274