Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to make login service in wcf using asp.net membership provide so how can i do that plz plz plz help me
Posted
Comments
Sergey Alexandrovich Kryukov 28-May-12 4:12am    
I wonder, what's going on today?! Can any of the inquirers do some work and report some particular issue, so we could really help?

Dear Sanjay, how about your? You gave us no idea on the kind of help you expect. This is not a question.
--SA
[no name] 28-May-12 9:32am    
just like asp.net login
but i want to use in non .net platform like php or any other web site
and want to give security to all other services
Sergey Alexandrovich Kryukov 28-May-12 19:48pm    
"I want" is not really a question. What is your problem?
--SA

 
Share this answer
 
The way I have done this in the past is to override the standard membership provider with your own.

Download the current membership provider source from Microsoft here:
http://download.microsoft.com/download/a/b/3/ab3c284b-dc9a-473d-b7e3-33bacfcc8e98/ProviderToolkitSamples.msi[^]

Once you have done this you could simply replace the data access section of the membership provider with some service calls. In effect you would be using your WCF service as a data access proxy and then use the membership provider in your website as the business logic and service communication layer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900