“Exception of type 'System.ArgumentException' was thrown” got error when i have signout from webapplication in sharepoint 2010?

sharepoint.stackexchange https://sharepoint.stackexchange.com//questions/23996

Question

I'm getting this very error when registering a new user in Sharepoint 2010 (FBA) using asp:CreateUserWizard. For already existing users, the FBA login process works just fine.

When I run the registration.aspx page that time the wizard brings up the success page with the "Continue" button. and existing users able to accessing all pages but when user going to sign out On Personal action link. got erros

Exception of type 'System.ArgumentException' was thrown. Parameter name: encodedValue

that time i have clear all cookies from browser than work as fine..but when second time I am create User in Registration.aspx page facing same issue again..

Was it helpful?

Solution

my issue problem is in my asp:CreateUserWizard Control..

I just simply setting LoginCreatedUser="false" property of User Creation Wizard.

than solve my Problem..Hopes anyone Helps this..

For more Details plz check it out below link

http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/b90917a4-09f9-47e6-92d1-20496ab88ceb/

OTHER TIPS

I had enabled FBA on an existing site and was seeing this when I opened up the site to test that the settings 'took'. The issue appears to have been with cookies, clearing cookies and closing the browser cleared up the issue for me.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top