Hello,
I am trying to follow the instruction related to creating authentication using Visual Studio 2013.
www.asp.net/mvc/tutorials/mvc-5/introduction/getting-started
However, I don't have the options that were described in the asp.net tutorial.
It seems like I don't have the ONE ASP.NET creation wizard available in my Visual Studio 2013. I was not able to find any solution on the internet related to these missing options. For example, after I select new project -> templates -> Visual C#-> Web -> ASP.NET MVC 4, in the New ASP.NET Project, I do not see the grayed out button on the righthand side"Change Authentication" -> Authentication: No Authentication.
I suspect that this is option is part of the ONE ASP.NET creation wizard.
How do I turn it (ONE ASP.NET creation wizard) on?
Thank you