Re: UserProfile - "Error updating user profile".
From: Ferdianp (anonymous_at_discussions.microsoft.com)
Date: 04/12/04
- Next message: Seth Bates: "Re: Web Part Development Question"
- Previous message: Baburaj: "topics"
- In reply to: Wei-Dong XU [MSFT]: "Re: UserProfile - "Error updating user profile"."
- Next in thread: Wei-Dong XU [MSFT]: "Re: UserProfile - "Error updating user profile"."
- Reply: Wei-Dong XU [MSFT]: "Re: UserProfile - "Error updating user profile"."
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 12 Apr 2004 04:16:04 -0700
Hi,
I tried your method but came up with the following error message when trying to display the aspx.
Access is denied.
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.UnauthorizedAccessException: Access is denied.
ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
To grant ASP.NET write access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.
Source Error:
Line 33:
Line 34: context.Items(SPGlobalAdmin.RequestFromAdminPort) = True
Line 35: Page.RegisterHiddenField("__REQUESTDIGEST", globalAdmin.AdminFormDigest)
Line 36:
Line 37:
The error is in the line 35
What could be the problem ???
thx
- Next message: Seth Bates: "Re: Web Part Development Question"
- Previous message: Baburaj: "topics"
- In reply to: Wei-Dong XU [MSFT]: "Re: UserProfile - "Error updating user profile"."
- Next in thread: Wei-Dong XU [MSFT]: "Re: UserProfile - "Error updating user profile"."
- Reply: Wei-Dong XU [MSFT]: "Re: UserProfile - "Error updating user profile"."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|