Using Asp.net 4.5 and VS 2013, I would like to know how to integrate Asp.Net Identity Tables with an existing database.
So basically I would like to have db tables for Identity and my own tables in the same db.
I know Asp.Net Identity use Code First approach but I would like to use DB first approach for my existing db. I am little confuse.
How would you handle this?
Does it make sense keep Asp.Net Identity Tables in a different database that my own Tables?