Posts

Showing posts with the label ASP.NET Core 7 Beginner

Executing (running) the Razor Pages Web Application - ASP.NET Core 7 Part 2

Image
ASP.NET Core 7: Executing (running) the Razor Pages Web Application using Visual Studio 2022 This is part 2 of the " Web App Development Beginners Guide " tutorial series. In this tutorial series, we will learn how to build a functional Web Application with individual account user login. We are using the project we created in the previous tutorial:  ASP.NET Core 7: Creating A Razor Pages Web Application: Step-By-Step Guide  Part 2: ASP.NET Core 7: Executing (running) the Razor Pages Web Application In the previous tutorial, we created an ASP.NET Core 7 Razor Pages web application using Visual Studio 2022. In this tutorial, we'll learn how to view the website; essentially, how to run the web application we built in a browser.  Note: I have marked red labels in the pictures shown in this tutorial for explanation purposes, those red typing or numbers are not actually shown in the actual Visual Studio windows on your computer. Figure 1: Wizard Created Project The project is ...