Better support for custom favicon
Currently, the favicon is required to be on the file system in ~/favicon.ico. If multiple sites exist, they all are forced to use that one. (See the forum thread http://devnet.kentico.com/Forums.aspx?forumid=20&threadid=23459 for the details.)
There is a way to replace it with a <link> tag in the Master Page Head, but that doesn't work if a ~/favicon.ico also exists, because the system adds its own <link> tag at the end of the generated <head>.
We suggest the system should only add the automatic <link> tag to ~/favicon.ico if an appropriate link tag isn't already in the Master page->Head box. Right now it will duplicate the favicon <link> tag and place it's automatic tag last in the <head> so it overwrites the custom one placed there by the web developer.
OR, better yet, let this be set directly in the Site Manager Settings either which path to use for a favicon, or even one more better yet, letting you upload the favicon directly via the Site Manager interface. Of course, all of these settings would be able to be set/uploaded at the global and site levels.
Planned for next release