How can I display a custom icon when linking and launching my application from my server?
I have .png and .ico files, but how can I include a favicon?
You need to add a line like this to your extraheaders property in Project Properties:
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
Here’s more information on favicons.