How to fix the problem”More than one DbContext was found.Specify which one to use.” when I migrate in C# ASP.NET Core Web App(Model-View-Controller)?
I have two DbContext, how to integrate them? First is in areas folder, I added Identity from the new scaffold page, but when I also try to execute IIS Express, it gives an error “Some services are not able to be constructed”.