I'm using custom membership provider for backend users. The problem is: I can't log in. I'm getting error:
No User exists with ID -1
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ArgumentException: No User exists with ID -1
<providers> <users> <!-- if you wish to use your own membershipprovider for authenticating to the umbraco back office --> <!-- specify it here (remember to add it to the web.config as well) --> <DefaultBackofficeProvider>Umb</DefaultBackofficeProvider> </users> </providers>
What's wrong with my Custom provide? Thanks for Any help.
Custom Membership provider - authentication error
Hi
I'm using custom membership provider for backend users. The problem is: I can't log in. I'm getting error:
Here is my code:
web.config:
umbracoSettings.config:
What's wrong with my Custom provide? Thanks for Any help.
MR
is working on a reply...