Click Here
Text
Treated as a web root folder - by default
Standard ASP.NET application - static files can be served from the root folder of an application or any other folder under it.
ASP.NET Core - only those files that are in the web root (wwwroot folder) can be served over an http request.
All other files are blocked and cannot be served by default.
dotnet <command> <argument> <option>
All the commands start with driver named dotnet.