The solution structure of my application is:

Now I am in Login.aspx and I am willing to add favicon.ico, placed in the root, in that page.
What I am doing is:
Also I have tried:
But these aren't working.
I have cleared the browser cache but no luck.
What will be the path to the favicon.ico from:
- Login.aspx
- Site.master
Thank you.
The login page's URL: http://localhost:2873/Pages/Login.aspx and the favicon.ico's URL: http://localhost:2873/favicon.ico.
I am unable to see the favicon.ico
after changing my code as: