Can anyone help with this error?

Discussion in 'HTML & Website Design' started by 1812, Mar 31, 2011.

  1. #1
    This isn't my website, it's a friends. it's made with this Mrsite crap, but anyway...

    She is trying to upload images to her site and gets this warning... Support are being no help to her, just saying the fault is her end.
    I would appreciate anyone who can come up with what the issue could be. thank you:

    ERROR:

    Access to the path 'c:\mrs2\temp\persisted.0399f9fb-a907-4b15-a402-58785ef6ae26.1166018363687_f3_02[1].jpg.resx' 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 to the path 'c:\mrs2\temp\persisted.0399f9fb-a907-4b15-a402-58785ef6ae26.1166018363687_f3_02[1].jpg.resx' 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 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:
    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:


    [UnauthorizedAccessException: Access to the path 'c:\mrs2\temp\persisted.0399f9fb-a907-4b15-a402-58785ef6ae26.1166018363687_f3_02[1].jpg.resx' is denied.]

    System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7716639

    System.IO.File.Delete(String path) +7577272

    CuteEditor.b.b(String A_0) +850

    CuteEditor.b.Maintain() +16

    CuteEditor.UploaderBase.OnPreRender(EventArgs e) +30

    System.Web.UI.Control.PreRenderRecursiveInternal() +80

    System.Web.UI.Control.PreRenderRecursiveInternal() +171

    System.Web.UI.Control.PreRenderRecursiveInternal() +171

    System.Web.UI.Control.PreRenderRecursiveInternal() +171

    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
     
    1812, Mar 31, 2011 IP