I\'m using ASP.NET MVC 5 with a Database-First workflow. I\'ve created the Identity tables (AspNetUsers
, AspNetRoles
etc.) in my existing database
You can resolved this problem by following these steps:
you will find connection string in web.config file.
place this connection string into identity model clsss