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