In VS 2013, when I tried making a web app using ASP.NET MVC, there were 3 default controllers:
HomeController ActionController ManageController
Now in VS 2017, I only have the 1st one.
Do I no longer need controllers 2 and 3 for authentication? I am trying to create Role Based application.