Testing the Northwind CMS website
We are now ready to run the website.
Uploading images and creating the catalog root
First, we will upload some images to use for the eight categories of products and then we will create a catalog page to act as a root in the page hierarchy that we will later import content from the Northwind
database into:
More Information: You can download images from https://github.com/markjprice/cs9dotnet5/tree/master/Assets/Categories
- In TERMINAL, enter the command
dotnet run
to build and start the website. - Start Chrome, navigate to
https://localhost:5001/manager/
, and log in asadmin
withpassword
. - In the menu navigation bar on the left, click Media, and click the + button to add a folder named
Categories
. - Select the
Categories
folder and import the eight category images, as shown in the following screenshot:Figure 17.22: Importing images
- In the menu navigation bar on the left, click Pages...