Based on the Web Application built in the Book 'Pro ASP.NET Core Identity' by Adam Freeman (Apress, 2021).
This application showcases features that can be accessed by anyone, features that can be accessed only once a user signs in, and features that can be accessed only by administrators.
- .NET 5
- Visual Studio 2022
- (Optional) smtp4dev v3.1.3.2
- Clone the project.
- Open the solution file
IdentityApp.sln
. - Right click the
IdentityApp
solution node in the Solution Explorer tool window and click 'Restore Client-Side Libraries' option. - (Optional) Open a terminal and enter
smtp4dev
to start smtp4dev local SMTP and leave the terminal open. Installation. - Press F5 to start the application.
- Open your browser and go to https://localhost:44350 (the browser will not be launched automatically).
Copyright © 2022 Felipe Romero