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

Unlock the full course today

Join today to access over 24,400 courses taught by industry experts.

Understand authentication and authentication options

Understand authentication and authentication options

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

Understand authentication and authentication options

- [Instructor] To create a new MVC application, go to file, new, project. From the menu on the left, make sure that you select the web section. And then on the middle column, select the asp.net web application .NET Framework. On the window that you get, specify a project name and a solution name. You can also change the location of the files, but it's important to select a .NET version which is greater than 4.5 because asp.net MVC 5 requires a greater version. Then next, click the OK button. When creating a MVC application, you see that get different authentication options if you click the change authentication button. As the name already indicates, if you select the no authentication option, no authentication-related code or UI will be generated. You will have to basically create everything from scratch, on your own. The other option is the individual user account. And if you select this option, the sample…

Contents