access is denied ???

From: buran (buran_at_buran.com)
Date: 08/25/03

  • Next message: Lewis Wang [MSFT]: "RE: ASP.NET and SSL basic question."
    Date: Mon, 25 Aug 2003 09:53:15 +0300
    
    

    Dear ASP.NET Programmers,

    I am trying to save a new created Word document, but getting the following
    the error. I granted the necessary rights to the ASPNET user, but I'm still
    getting this error.
    Thanks in advance,

    Buran

        Dim objWordApp As New Microsoft.Office.Interop.Word.Application()
        Dim newDoc As New Microsoft.Office.Interop.Word.Document()

        newDoc = objWordApp.Documents.Add()
        newDoc.SaveAs("burak1.doc")

    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.


  • Next message: Lewis Wang [MSFT]: "RE: ASP.NET and SSL basic question."

    Relevant Pages

    • Azman System.UnauthorizedAccessException in web services
      ... I m using Winxp sp2 for development. ... granting access rights to the resource to the ASP.NET request identity. ... ASP.NET has a base process identity (typically \ASPNET on IIS ... If the application is impersonating via <identity ...
      (microsoft.public.dotnet.security)
    • ASP.NET and creating a word document
      ... to the ASP.NET request identity. ... Network Service on IIS 6) that is used if the application ... If the application is impersonating ...
      (microsoft.public.dotnet.framework.interop)
    • Server Error in Photos Application
      ... granting access rights to the resource to the ASP.NET request identity. ... Network Service on IIS 6) that is used if the application is not ... If the application is impersonating via <identity ... IUSR_MACHINENAME) or the authenticated request user. ...
      (microsoft.public.dotnet.framework.aspnet)
    • Re: Unable to write files to the server.
      ... granting access rights to the resource to the ASP.NET request identity. ... Network Service on IIS 6) that is used if the application is not ... If the application is impersonating via <identity ... adding aspnet to the admin group to hunting through gpedit.msc to find ...
      (microsoft.public.dotnet.framework.aspnet)
    • pass data to a text file! What this error means?
      ... Network Service on IIS 6) that is used if the application is not ... If the application is impersonating via <identity ... IUSR_MACHINENAME) or the authenticated request user. ... and can u please suggest me how to trigger searching capability? ...
      (microsoft.public.dotnet.framework.aspnet)