Hi,
i use MVC 5 and EF CodeFirst with the new Identity Framework.
I generate my migration and tables to a mysql database. My Tables are created in the Database and the WebApplication started.
But when i try to register an User. I got an error that the table "aspnetusers" does not exists.
That is correct because my table name ist users! How can i configure that in application?
Thanks
Hendrik
Go to the complete details ...