Hey, I am trying to get a favicon to appear on my webpage. Disclaimer: I have never done this before, but it does seem rather simple.
I have a ico image in a folder called pics that is part of my project. I am trying to do this inside my master page.
<link rel="Shortcut Icon" href="~/pics/REDIcon.ico"/>
That is correct, right? Is there anything else I should check?
Any help would be appreciated.
EDIT:
my code now looks like:
<link rel="Shortcut Icon" href="pics/REDIcon.ico" type="image/x-icon"/>
This however is still not working properly.