I have a favicon in my ASP.NET project that\'s not showing up. I have a masterpage located at ~/MasterPages/MasterPage.master that holds the favicon. My markup is as follows
In a .NET Core app (MVC template) try moving the favicon.ico file to the lib folder instead of the wwwroot folder.