Using Asp.Net Identity DataBase first approach
A possible solution which works for me, basically I am able to integrate Asp.Net Identity User Profiles with an existing Database. Getting the Asp.Identity Tables: Create an MVC Project with Authentication Individual User Account Open the DB listed under the DefaultConnection in Web.config. It will be called (aspnet-[timestamp] or something like that.) Script the database … Read more