What if you are not using Windows authentication? I am using Forms authentication and am having the same problem. I get the following error after I login as a valid user created in my ASPNETDB.MDF:
The specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.
Parameter name: value
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 specified display mode is currently disabled on this page. Make sure personalization is enabled for the current user.
Parameter name: value
Source Error:
Line 25: break;
Line 26: case "Design":
Line 27: this.webMan.DisplayMode = WebPartManager.DesignDisplayMode;
Line 28: break;
Line 29: } // End switch |
I assume that this is an authentication issue.