MVC Website Structure and ASP.NET Core Identity Database Review
Explore the structure of an MVC website project within Visual Studio and understand the organization of key components. Learn to review the ASP.NET Core Identity database configuration and use tools like SQL Server LocalDB and SQLiteStudio to inspect user and role data. This lesson helps you grasp the foundational setup for web application security and data management.
Reviewing an MVC website project structure
In the code editor, in Visual Studio Solution Explorer (toggle on Show All Files) or Visual StudioCode “EXPLORER,” review the structure of an MVC website project, as shown in the figure:
...