Is ASP.NET MVC 5 incompatible with the WebMatrix SimpleMembershipProvider?
WebMatrix is compatible with MVC 5. What I did was to take an empty MVC 5 project and incorporate WebMatrix SimpleMembershipProvider into it using SimpleSecurity, an open source project that decouples SimpleMembership from your MVC application. So far I am able to create the database, seed it, and log in and out. I plan on … Read more