Apologies if im posting in the wrong forum. Im having an issue where public access isnt redirecting to a login page. The issue i keep getting is:
The parameter 'username' must not be empty.
Parameter name: username
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: The parameter 'username' must not be empty. Parameter name: username
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
After some digging i find that my installation is appearing corrupt aswell. Im missing membertype in the member section, im really at a loss as to why this happens. Any advice will be greatly apprecieated.
This was a membership issue. I used my AD user provider for the mebership which threw this out. reverted to default user provider and worked like a charm.
Public Access Issue
Hi All,
Apologies if im posting in the wrong forum. Im having an issue where public access isnt redirecting to a login page. The issue i keep getting is:
The parameter 'username' must not be empty.
Parameter name: username
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: The parameter 'username' must not be empty.
Parameter name: username
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
After some digging i find that my installation is appearing corrupt aswell. Im missing membertype in the member section, im really at a loss as to why this happens. Any advice will be greatly apprecieated.
Thanks
Alec
This was a membership issue. I used my AD user provider for the mebership which threw this out. reverted to default user provider and worked like a charm.
is working on a reply...