Favicon Not Showing

后端 未结 6 869
夕颜
夕颜 2021-01-17 11:32

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

6条回答
  •  感情败类
    2021-01-17 11:46

    In a .NET Core app (MVC template) try moving the favicon.ico file to the lib folder instead of the wwwroot folder.

提交回复
热议问题