M muesliflakes Apr 22, 2004 #1 How do I change the Icon for my stie that gets shown in IE using C# / Asp.net Cheers Dave
J Julie Apr 22, 2004 #2 muesliflakes said: How do I change the Icon for my stie that gets shown in IE using C# / Asp.net Cheers Dave Click to expand... Search for favicon.ico. It is a website thing, not an ASP/C# thing.
muesliflakes said: How do I change the Icon for my stie that gets shown in IE using C# / Asp.net Cheers Dave Click to expand... Search for favicon.ico. It is a website thing, not an ASP/C# thing.
M Mike Kitchen Apr 22, 2004 #3 If you put a favicon.ico file in the same place as your index.html page, this will be used for your site. Nice article can be found here on the subject: http://www.webdevelopersjournal.com/articles/favicon.html Hope this helps Publicjoe C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html
If you put a favicon.ico file in the same place as your index.html page, this will be used for your site. Nice article can be found here on the subject: http://www.webdevelopersjournal.com/articles/favicon.html Hope this helps Publicjoe C# Tutorial at http://www.publicjoe.f9.co.uk/csharp/tut.html C# Snippets at http://www.publicjoe.f9.co.uk/csharp/snip/snippets.html