Re: Off loading the providers



You have to write a Web Service or Service Component and a membership/role provider that communicates with them. Thats quite some work. Classes like MembershipUser have to be restructured to be marshalable via XmlSerializer e.g.

---
Dominick Baier, DevelopMentor
http://www.leastprivilege.com

Anyone have a good idea how to make the membership, role and profile
providers be remote and be accessed only using http/soap so that I
don't have to have LDAP, msldap and SQL traffic from my web server to
the middle tier/back end?

I looked at using a web service or enterprise services but in either
case I have to inherit from Webservice or ServicedComponent which to
me means it can not then be typed as a MembershipProvider or one of
the other providers.



.