hello,
Normally, all you need is to add an icon of size 16x16 in the root folder of your web application and name it "favicon.ico"
the next step is to add the tag below in the head section of your page and that will do! I had to delete my IE history to get it to show up though.
<
link rel="Shortcut Icon" href="favicon.ico" type="image/x-icon" />
Still in search of the far side.
--------------------------------
A code snippet may help you, but a reference to the doc will teach you something for later...Don't just try to solve somebody's problem with a snippet, teach him how to solve it.