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

2

1 Answer 1

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

Sign up to request clarification or add additional context in comments.

2 Comments

I think what you have shown is in Visual Studio 2013. I am using Studio 2012.
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 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.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.