How can I login into my asp.net website using gmail account?
问题 I have an asp.net website with login form and I want every visitors can able to login into my website using their gmail account.... Is there any one who can assist me on this or send some examples for the same? Thanks Hitesh 回答1: You are looking for OpenID. See http://www.fryan0911.com/2010/09/use-google-openid-authentication-in.html. 回答2: Gmail uses a technology called 'open ID'. I suggest you use a service like Janrain and they will take care of the open ID implementation for you. 来源: https