Moving ASP.NET Identity model to class library http://stackoverflow.com/questions/23446919/moving-asp-net-identity-model-to-class-library To move the IdentityModel into a class library (which is the right thing to do according to the SRP), follow the…