cpoDesign
cpoDesign

Reputation: 9153

tutorial for Custom Membership and Role provider with code

i have been looking around to find some nice working example of implementing Membership and role provider. Preferably with sample code to learn from. Do you know about some page that have some nice examples?? PS i do not want to implement the existing membership provider and hook it up, i want to learn from this how to do it myself.

thank you

Upvotes: 2

Views: 2863

Answers (3)

Jan
Jan

Reputation: 693

Brian Legg has written a great little tutorial about this:

Implementing your own RoleProvider and MembershipProvider in MVC 3

Upvotes: 1

cpoDesign
cpoDesign

Reputation: 9153

Found this which give other way to do this:

What is a good way to extend .Net Membership to track user logins

Upvotes: 0

cpoDesign
cpoDesign

Reputation: 9153

i have found following guide for this. hope this helps to everyone else who is attempting to do this.

http://erictopia.com/2010/05/building-a-mvc2-template-part-11-finishing-the-custom-membership-provider/

good luck

Upvotes: 1

Related Questions