Exploring and Starting the MVC Website
Learn about the default behavior of an ASP.NET Core MVC website, start the project, and explore visitor registration functionalities.
Exploring the default ASP.NET Core MVC website
Let’s review the behavior of the default ASP.NET Core MVC website project template:
Step 1: In the Northwind.Mvc
project, expand the Properties
folder, open the launchSettings.json
file, and note the random port numbers (which will be different) configured for the project for the https and http profiles, as shown in the following settings:
Get hands-on with 1400+ tech skills courses.