Hello my favicon code is not working. Check the code below:
<link href="C:\Users\zyner\source\repos\BootCamp Opulence\BootCamp Opulence\wwwroot\favicon.ico" rel="shortcut icon" type="image/x-icon" />
Hi,
The path is incorrect. Please use as below.
<link href="/favicon.ico" rel="shortcut icon" type="image/x-icon" />
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.