I have a favicon in my ASP.NET project that\'s not showing up. I have a masterpage located at ~/MasterPages/MasterPage.master that holds the favicon. My markup is as follows
Load up fiddler
http://www.fiddler2.com/fiddler2/
and look for the request from the browser for it - that will show you if its successful, a cache issue, etc.