02 August, 2011

Implementing a favourite icon (favicon) in ASP.NET

For favicon in ASP.NET, try to following steps:-
  1. Create a icon and export it to your website images folder.
  2. Write the following code after or before tag in your page. but better to add in your site master page. Then enjoy............

<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico"/>

No comments:

Post a Comment