How to create a new MVC 5 project using ASP.NET ID in Visual Studio 2012?

I downloaded "Web Tools 2013.1 for Visual Studio 2012" and installed. MVC 5 was installed for this. Now, when I create a new project, the project selection field displays “empty ASP.NET MVC 5 project” as one of the parameters that creates an empty project.

I really want to use ASP.NET Idenity, so when I choose to create a new MVC 5 project, it should set me the type of authentication (for example, "Individual user", "Organization", "No authentication", etc.).

Any idea what else I should include in the project to include this?

In addition, I tried about it, but not much information.

Thanks and Regards

+3
source share
1 answer

I do not know if I am right, but the authentication type can be set when creating a new project. Just click the "Change Authentication" button when creating a new project

Change authentication

0
source

All Articles