How do I make it work? I found a guide on how to use database-first approach with custom tables, but how do I do it with Identity and Roles tables?
Using a database created by a different person is a must, so I can't use code-first approach, and I don't know what might happen on first compilation when EF will try to create those tables.
↧
ASP.NET Identity with database-first approach
↧