Create a customized membership
Need to create a customized membership with database and web application i开发者_StackOverflow社区n ASP.net mvc.
Any instruction how to do it?
Maybe the official doc is a good starting point: Sample Membership Provider Implementation.
You can also have a look at the standard sql server membership using .NET Reflector. I found it the best way to learn how you are supposed to implement it.
精彩评论