Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i am trying to use given tamplate features of asp.net 4.5 framework of SIgnUp with google account

.... which is same as ..

"http://blogs.msdn.com/b/webdev/archive/2012/09/12/integrate-openauth-openid-with-your-existing-asp-net-application-using-universal-providers.aspx"



all is working but when i enter user name after signing from gmail it gives error ..

"An exception of type 'System.ArgumentException' occurred in Microsoft.AspNet.Membership.OpenAuth.dll but was not handled in user code

Additional information: Argument cannot be null or empty."
Posted
Comments
GDdixit 19-Mar-14 7:26am    
please suggest something , i tired to do this...

1 solution

You will need to debug your code. Check the response you receive from the Google. Some value that is necessary for authorization is not correct / is null. Debugging the code should give you the exact details.
 
Share this answer
 
Comments
GDdixit 19-Mar-14 8:03am    
i have tried this .. at last page when i click on login after putting username no data comes in view state . Can you provide me any sample project for this ...rply
Ankur\m/ 19-Mar-14 8:39am    
ViewState? What is ViewState to do here? Do you mean there is no response from Google?

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