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.

Create a new ASP.NET MVC 5 application

Create a new ASP.NET MVC 5 application

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

Start my 1-month free trial

Create a new ASP.NET MVC 5 application

- [Instructor] On this part we are going to see how we can create a new ASP.NET MVC 5 application, which we are going to use throughout this chapter. To create an ASP.NET MVC 5 application go to File, New, Project. On the left column make sure that you select the Web section. And on the middle one select the ASP.NET Web Application .NET Framework. In here you can change the solution and the project name. I will just name the project SocialIdentity and I will change the Solution name to Identity. In here you can change the location where you wanna save your files and the framework version as well. Make sure that the .NET Framework that you select is greater than 4.5, because the ASP.NET MVC 5 requires a .NET Framework version which is greater than 4.5. Now, click the OK button to go to the next window. From here make sure that you select the MVC option. And from the Change Authentication select the Individual User Accounts. Click OK and then OK to create the project. And the project…

Contents