Do you have this in your routes?
routes.IgnoreRoute("{*favicon}", new { favicon =
@"(.*/)?favicon.ico(/.*)?" });I do and the favicon appears to work. On Thu, Feb 27, 2014 at 2:54 PM, Stephen Price <[email protected]>wrote: > 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: Screenshot 2014-02-27 11.52.32.png>>
