phase 00 done.
an asp.net core mvc project starts with dotnet run and shows a page in the browser.
dotnet new mvc -n FourthWallCafe.Web(name flexible).- open project in your ide.
- run; browse to
https://localhost:5xxx(port shown in console).
you see the template home page, not a connection error.
- created web api by accident (no razor views) — you need mvc for this assignment unless instructor says otherwise.
which folder holds .cshtml files in the template?