In previous versions of ASP.NET I could modify the Membership Provider settings in web.config to point to my custom implementation.
I'm trying to emulate this in MVC4, but it appears things have changed a little in the template. It appears to be using WebMatrix.WebData.WebSecurity instead of the classic Membership classes. Do I need to strip all that stuff out and replace it with the Membership calls like I previously did, or is there a way to use the new WebMatrix.WebData.WebSecurity classes with my custom Membership implementation?
You will have to strip out all the stuff and replace with membership calls if you want to continue using your custom membership implementation. SimpleMembership(webmatrix.webdata.websecurity) will not work with existing membership implementations
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With