Re: using custom database for membership and rolls ?




You have to write a Custom Membership Provider, which inherits from a
specific Abstract class.

http://www.google.com/search?source=ig&hl=en&rlz=&q=custom+membership+provider

It is con fusing sometimes, because sometimes people are talking about the
specific concrete membership provider .... (SqlMembershipProvider) (the out
of the box solution)
and sometimes they are talking about the abstract class.


If you have a custom database, you need to write a custom membership
provider which interacts with that database.

...............

Follow the google search, and you'll start to see it.





"Sunfire" <a_borka@xxxxxxxxxxxxx> wrote in message
news:un9cnOuIIHA.5684@xxxxxxxxxxxxxxxxxxxxxxx
I need to use a custom database for all of the user membership and rolls.
How do you do this?



.



Relevant Pages