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
source
share