I am learning MVC5 identity authentication I've got an existing database and have DataContext depending on that database, the database has User table which is very similar to aspnetuser , and I have also role which also as aspnetrol.I'm trying to integrate ASP.NET Identity to my project. Should I delete the USer , Role Tables that I had after adding identity to my database?and how i connect aspnetuser to my tables???? this is a picture of my database after I add the Identity enter image description here
I've read How to add ASP.NET MVC5 Identity Authentication to existing database and Integrating ASP.NET Identity to existing database