wwwroot folder in asp.net core 2.2

前端 未结 4 1977
深忆病人
深忆病人 2020-12-14 06:12

I have just created a new ASP.NET Core web application and selected an empty project template. I am using Visual Studio Community 15.7.1.

Upon a first look at the so

4条回答
  •  忘掉有多难
    2020-12-14 06:40

    Try adding a new folder to the project and call it wwwroot. It should take on the appearance with the proper icon and work as expected. This always happens to me with .NET Core web apps when I use the empty project template. This is occurring in VS 2017 v15.9.3.

提交回复
热议问题