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 solution explorer I can see no "wwwroot" folder there. Does anyone happen to know if with asp.net core 2.2 the wwwroot is not visible any longer?
I checked the documentation and I could not find anything. No issues in creating another folder and serve my static files from there but I was just curious.
Thanks in advance.
wwwroot
folder,controllers
folders,models
folder and so on. – Frederik