Reputation: 14108
Need to create a customized membership with database and web application in ASP.net mvc.
Any instruction how to do it?
Upvotes: 0
Views: 83
Reputation: 138915
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.
Upvotes: 1