Wednesday, May 13, 2009

How to use Favicon in ASP.net

To display your own icon on the browser address bar when visitors view or bookmark your web page?

Note: '<' is replace with '[' so that blog's editor can not resolve the HTML tags on this page

[link runat="server" rel="shortcut icon" href="~/favicon.ico" type="image/x- icon" /]
[link runat="server" rel="icon" href="~/favicon.ico" type="image/ico" /]

Put the above text in header section of your html

No comments:

Post a Comment

 
Locations of visitors to this page