I am creating an MVC project in VS2017 and VS2015 when creating an ASP.NET template web application with an MVC template, it will automatically create an account controller for you that adds registration and registration functions. It will add AccountController.cs and ManageController.cs to the controllers with corresponding views.
But in VS2017 , when I create an MVC project, it does not add it to the project. I tried to import files from an old VS2015 project , but it does not seem to work. How can I get around this? Is there a way to create a project with an account controller or delete it in VS2017 ?
source
share