What is Favicon ?
when you open up a browser and visit a site you will see an icon on the tab
this is called favicon.Every time when we request a page it search for favicon.
It is a best practice to use favicon in asp.net application.it also optimize performance of website a bit.
to use favicon just add this under <Head> tag
<link rel="shortcut icon" href="URL or path of your icon file"/>
Remember to replace URL or path of your icon file file with your icon file's url.
Enjoy programming...:))
when you open up a browser and visit a site you will see an icon on the tab
this is called favicon.Every time when we request a page it search for favicon.
It is a best practice to use favicon in asp.net application.it also optimize performance of website a bit.
to use favicon just add this under <Head> tag
<link rel="shortcut icon" href="URL or path of your icon file"/>
Remember to replace URL or path of your icon file file with your icon file's url.
Enjoy programming...:))