Re: UserProfile - "Error updating user profile".

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Ferdianp (anonymous_at_discussions.microsoft.com)
Date: 04/12/04


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



Relevant Pages

  • Re: D3/Linux program abort
    ... same sort of fire could occur anywhere. ... Most developers are ... error message so that we can get through diagnostics quickly and get ... There's also the "techno error" that developers tend to display when ...
    (comp.databases.pick)
  • Re: Pascal program
    ... candidate received....i wanted the program to display an error message ... Numeric data entry in basic Pascal is very problematic. ... Possibly better might be to read into a string variable, and then check for good numeric data. ...
    (comp.lang.pascal.delphi.misc)
  • RE: Error Handling Questions
    ... I can optionally write the error message out to tblErrorLog if I set the ... ' It will NOT display selected the following error messages: ... Dim boolShowMsg As Boolean ... gstrMbText = gstrMbText & strCtlNameText & vbCrLf ...
    (microsoft.public.access.formscoding)
  • Re: Problem with inserting page numbers
    ... The error message does not display the entire path and does not display on ... Selecting this optionOpens a dual window ... This reply is posted in the Newsgroup; please post any follow question or reply ...
    (microsoft.public.word.docmanagement)
  • RE: Determine what row is currently selected
    ... Please reply to newsgroup only. ... have the code working to display an error message if the value was not found, ... The line of code that reads intRowPointer = ...
    (microsoft.public.excel.programming)