Identity Integers Using ASP.Net Identity On MVC 5

ASP.Net MVC 5 introduced a new identity model, ASP.Net Identity.  Brock Allen has a blow-by-blow analysis of the product, and that's pretty fantastic reading.  What I was really interested in, however, was an understanding of how to change the database tables used in the identity model. By default, ASP.Net Identity creates a five tables, including…

Advertisement