MVC Identity with Database First

66 Views Asked by At

I want to create an ASP.NET website, but I don't want any database modelling to happen in my MVC5 project.

I would like to put the entire database model in a seperate Database Project, Publish it to a server and then generate an .edmx file as my interface to the database.

I would like to know if there is a way to have the Identity library use the tables I define in my database project to administer users/roles.

I do not want to use code first or model first because I consider these unnecessary abstractions and too limited for my needs.

0

There are 0 best solutions below