I have an ASP.NET 5 solution with a website and several project libraries. I\'m using MVC 6 and Entity Framework 7. Locally the app is working fine and until today it was wo
You must set app settings property ASPNET_DETAILED_ERRORS to true in web.config file.
Example of my edited web.config file: