Associate
- Joined
- 1 May 2006
- Posts
- 810
- Location
- Bristol, UK
Evening all.
I'm trying to create my own Membership Provider which inherits from the Providerbase class (not the MembershipProvider class). I also want to create my own MembershipUser object.
How would I go about doing this? I've created my own MembershipProvider which inherits from the MembershipProvider class, but I'm trying to make something totally custom and I've never tried making a custom MembershipUser object before so I've no idea where to begin.
Also, will this have implications on other classes such as FormsAuthentication? Will I have to make my own custom versions of these too? Just thinking if some of the methods I use are named differently or I don't include some that are in the standard provider it could cause problems. I don't mind if I have to create a complete set of custom classes. I'd rather have my own fully customised source code that I can modify depending on what project I'm working on than have to use and 'bolt on' to the Microsoft one.
Thanks in advance all.
Freakish_05
I'm trying to create my own Membership Provider which inherits from the Providerbase class (not the MembershipProvider class). I also want to create my own MembershipUser object.
How would I go about doing this? I've created my own MembershipProvider which inherits from the MembershipProvider class, but I'm trying to make something totally custom and I've never tried making a custom MembershipUser object before so I've no idea where to begin.
Also, will this have implications on other classes such as FormsAuthentication? Will I have to make my own custom versions of these too? Just thinking if some of the methods I use are named differently or I don't include some that are in the standard provider it could cause problems. I don't mind if I have to create a complete set of custom classes. I'd rather have my own fully customised source code that I can modify depending on what project I'm working on than have to use and 'bolt on' to the Microsoft one.
Thanks in advance all.
Freakish_05