3

I have downloaded "Web Tools 2013.1 for Visual Studio 2012" and installed. Doing this has installed MVC 5. Now, when I create a new project, the project selection box is showing "ASP.NET MVC 5 empty project" as one of the option, which creates an empty project.

What I really want is to use ASP.NET Idenity, so when I select to create new MVC 5 project, it should ask me for type of authentication (like, Individual user, Organizational, No authentication, etc).

Any idea of what else I should be including the project to enable this?

Also, I tried to google about it, but there isn't much clear information.

Thanks and Regards

Nirman
  • 6,715
  • 19
  • 72
  • 139

1 Answers1

0

I don't know if I get your question right, but the type of authentication can be set when creating a new project. Just click the Change Authentication button when creating a new project

Change Authentication

Horizon_Net
  • 5,959
  • 4
  • 31
  • 34
  • 2
    I think what you have shown is in Visual Studio 2013. I am using Studio 2012. – Nirman Feb 24 '14 at 12:27
  • Sorry, my mistake. I haven't used VS 2012 for a while, but I'm afraid that you have to set it up manually. [Here's an example](http://httpjunkie.com/2013/340/develop-mvc-5-with-asp-net-identity-in-visual-studio-2012/) how you can do it. The example upgrades a MVC 4 project to MVC 5 with Identity, but the steps should be nearly the same. – Horizon_Net Feb 24 '14 at 15:33