Is there any ASP.NET membership provider readily available querying the WCF Services for Authorization?
Note:
I would like to take the database interaction to the WCF service, and the membership provider can delegate the query to the WCF service after minimal validation.
The idea of this post is to reuse the readily framework components, if any, rather than a new writing one.
...
Go to the complete details ...