How do I set my Favicon in my ASP.Net MVC2 application?
The .ico file is already in the Content folder, now what do I do?
How do I set my Favicon in my ASP.Net MVC2 application?
The .ico file is already in the Content folder, now what do I do?
Add this to the section of your master page(s):
<link rel="shortcut icon" href="/Content/favicon.ico" type="image/ico" />