Click here to Skip to main content
16,021,041 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have been developing a website.
For that site i like to allow the users in 3 ways.
1.through registration
2.Gmail users by validation Gmail id & password
3.facebook users by validation Gmail id & password.

Explain all the steps here.
Posted

Use dotNetOpenAuth[^]. It's recommended by OpenId library and it should be easy in use.

The OpenID Membership Provider can be used side by side with another ASP.Net Membersip Provider. Users can choose how the want to log in. OpenID accounts can be linked to existing accounts, users don't have to create a new one.

Refer the links below:
http://openidmembership.codeplex.com/[^]
http://midnightprogrammer.net/post/Add-Google-Login-Support-In-ASPNET-With-OAuth.aspx[^]


--Amit
 
Share this answer
 
See if below discussion in CP helps you:
how to login with gmail,facebook,yahoo,twitter in asp.net website[^]
 
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