Posted on: 9/22/2014 9:46:10 AM | Views : 500

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 ...