Set a icon to a web application

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

Hi,

I would like to set an different icon, than explorer icon, to my web
application. When we visit a web page, usually in address bar appears IE
icon before the address. What I want is to substitute that icon to another,
like happens when we visit, for example, http://www.codeproject.com .
How can I do that?
 
ruca said:
Hi,

I would like to set an different icon, than explorer icon, to my web
application. When we visit a web page, usually in address bar appears
IE icon before the address. What I want is to substitute that icon to
another, like happens when we visit, for example,
http://www.codeproject.com .
How can I do that?

This has nothing to do with ASP.NET, it's just a feature in Internet
Explorer.

You only have to provide an icon with a specific format and name
in the root of your website.

For more information, do a Google search for "favicon".
 
* "Cor Ligthert said:
Thanks for correcting

It was not my intention to correct anybody, but you are right, the name
of the icon is not necessarily "favicon.ico".

;-)
 
Hi Ruca,

You are right, when you delete the cache from IE 6.0 it is gone. However
that is in my opinion an IE bug. It is with all favicons. I thought that in
Mozilla and Netscape it stays.

I made a mistake it has to be favicon instead of favorite as others wrote,
sorry for that.

Cor
 
Cor Ligthert said:
Hi Ruca,

You are right, when you delete the cache from IE 6.0 it is gone. However
that is in my opinion an IE bug. It is with all favicons. I thought that in
Mozilla and Netscape it stays.

I made a mistake it has to be favicon instead of favorite as others wrote,
sorry for that.

Cor

A tip: look for the utility FavOrg, it downloads all favicons for your
favorites and preserves them outside of the browsercache.

Hans Kesting
 
* "ruca said:
I think that this don't work very well with IE 6.0

Firefox's and MSIE's favicon support is broken, icons are not reloaded
correctly and sometimes they get lost without explicit user interaction.
 
Back
Top