Weird. Still couldn't get it working locally so I changed my link tag from this
<link href="http//www.lythixdesigns.com/favicon.ico" rel="shortcut icon" type="image/x-icon" /> to this <link href="http://www.lythixdesigns.com/favicon.ico?v2" rel="shortcut icon" type="image/x-icon" /> and it started working locally immediately. I copied off the url they are using on the Microsoft website. Theirs leaves off the http: so starts with href="//www.mi which seemed odd. Based on my knowledge of how I used to trick Silverlight into not caching the xap file by changing the url (appending version) I think its definitely a caching issue. It's a shame hitting clear cache doesn't seem to do anything. thanks again Stephen On Thu, Feb 27, 2014 at 12:07 PM, Fredericks, Chris <[email protected] > wrote: > It may be local to you, a cached page somewhere. The icon is showing in > IE11 on my desktop and in IE8 and Chrome 33.0 on my laptop: > > > > > > > > > > > > Cheers, > > Chris > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Stephen Price > *Sent:* Thursday, 27 February 2014 2:55 PM > *To:* ozDotNet > *Subject:* Favicons > > > > Hey all, > > > > Just wondering if anyone has actually figured out MVC web apps and the > Favicon.ico? > > > > > http://stackoverflow.com/questions/5620618/why-wont-the-fav-icon-show-up-in-ie-on-my-asp-net-mvc-site > > > > That link shows no answer and I've scratched my head on this before and > given up. > > > > I'm currently seeing this icon [image: Inline image 1] > > and my link in my _layout file is thus > > > > <link href="http://www.lythixdesigns.com/favicon.ico" rel="shortcut icon" > type="image/x-icon" /> > > > > I've also tried relative path. > > > > stumped, > > Stephen >
<<inline: image002.png>>
<<inline: image003.png>>
<<inline: image001.png>>
