This may be a bit of a silly question, but I was just curious to see if anyone had any fairly easy approaches to add in all of the generated scaffolding for the Identity / Accounts area (such as logging in etc.) to an empty project.
Basically, I don't mind using the built-in Identity whenever I am creating a new project (New Project > Web Application > MVC) which will automatically generate the appropriate Home Controller and Account Controller. But I am wondering if there is an easy approach to add in all of the Account-related logic without using the MVC template?
I just want to be able to create an empty project and easily add in the Identity logic without having to resort to a template and just wanted to get a few ideas (aside from copy-pasting it from a template).