HelloWorld1
HelloWorld1

Reputation: 14108

Create a customized membership

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

Answers (1)

Simon Mourier
Simon Mourier

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

Related Questions