From the course: ASP.NET MVC 5 Identity: Authentication and Authorization

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Identity demo

Identity demo

From the course: ASP.NET MVC 5 Identity: Authentication and Authorization

Start my 1-month free trial

Identity demo

- [Instructor] ASP.NET Identity is used in the Visual Studio 2013 Plus project templates for ASP.NET MVC, Web Forms, and other projects. We'll be using Visual Studio 2017, which currently is in preview addition to illustrate how the project templates use ASP.NET Identity to add functionality to register, log in, and log out the user. Let us create a new ASP.NET MVC 5 project by going to File, New, Project, then from the left, select the Web option, and from the middle column, select the ASP.NET Web Application (.NET Framework) option. Then, on the Name section, provide name for this project, a Location where you want to keep all your data, and a Solution name, From the Framework dropdown section, make sure you have selected a .NET Framework version greater than 4.5, because ASP.NET MVC 5 requires at least .NET 4.5. Next, click the OK button. On the next window, make sure that you select the MVC as an option, and as an Authentication, and change the Authentication to Individual User…

Contents