Related Posts Plugin for WordPress, Blogger...

About

Follow Us

Sunday, 10 November 2013

Introduction: In this article you will come to know How to add Favicon in asp.net website.

Implementation:
In the desgin (.aspx) page between head tag add the line as below:

<link runat="server" rel="Shortcut Icon" href="favicon.ico" type="image/x-icon"/>



Now run the project and check out the result on different browsers i.e. Firefox, Chrome, IE etc.

0 comments:

Post a Comment