Use the same database for both my custom entities and identity context?
问题 I want to make an MVC website with user logins/authentication etc. I'm using EF CodeFirst to create my database. If I create a new MVC project and select Authentication: Individual User Accounts, it will create a new project with an already existing IdentityDbContext etc. Am I meant to continue using this along with my own DbContext? One context for my projects entities, and the other context for the Identity entities? Does this mean I'll have two separate databases, or can I give them both