Reza Nourai - MSFT
Remember that just renaming the file as .ico won't work. It needs to be stored in "icon" format. Most graphics programs should allow this.
About the second part, if you open your main page (ex: default.aspx or index.htm, etc...) in notepad, you should see a section at the beginning of the file called "<head>". Just after that, add the code above and save and close the file. That should be it.
Ex:
<HEAD> <link rel="SHORTCUT ICON" href="http://www.okinp.org/_images/inplogoicon.ico" type="image/x-icon" /> ............. </HEAD>
Where ........... is all the other stuff that is already in the head section.
-Reza
P.S. Once again, if you open the project or web site from your computer, you won't be able to see the icon change. You have to upload the web site to the server and then view it from IE.