How to roll out a custom membership system in asp.net mvc

Posted by Am on Stack Overflow See other posts from Stack Overflow or by Am
Published on 2010-05-09T06:29:57Z Indexed on 2010/05/09 6:38 UTC
Read the original article Hit count: 384

Filed under:
|
|
|
|

I've been reading about overriding the Membership Provider and the Role Provider. I think this is what you need to do when doing Asp.net Form projects. Is this also the way to go with Asp.net MVC projects or there is a better way to do so?

Thanks :)

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about mvc