"Access is denied" for Excel Application

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default "Access is denied" for Excel Application

    I have created an Excel object to run an excel report and
    download to client side. I use the Excel 9.0 COM object
    (Excel 2000) in my project. However, when deployed to
    client site (which is using Excel 2003), the workstations
    show "Access is denied" when running the excel report.

    I've already added rights to the ASPNET user in the
    server's component services. What else do I miss? Or is
    there any version problem on excel? I suppose it should
    be okay running older version code (Excel 2000) by newer
    application (Excel 2003).
    Annie Guest

  2. Similar Questions and Discussions

    1. "Access is denied" error when running schtasks.exe under ASPNET account in win2k3 server
      Hi all, I am trying to run schtasks.exe from asp.net application wich uses forms authentication under ASPNET account. It gives me "Access is...
    2. IExtractImage, Impersonation, GDI and "access denied" for non-local admins
      Hi, We're using the IExtractImage interface from behind a .NET web service to generate thumbnails for various files in our network (windows...
    3. RewritePath throws "Access is Denied" when rewriting to directory level
      Hello, I have a problem trying to rewrite a path in ASP.NET 1.1 - each rewrite throws an Access is Denied error, even though anonymous access is...
    4. Error: "Unable to debug on server,Access is denied"
      I installed dotnet and when i try to run a web application i get the error messagebox saying "Unable to debug on server,Access is denied.Would you...
    5. ipconfig /renew "Access Denied" error
      While trying to set up a new wireless access point on the network I obtained the " Access is denied " error from running ip config /renew for the...
  3. #2

    Default Re: "Access is denied" for Excel Application

    So DCOM settings for Excel are set up? Where did you set the ASPNET user
    (launching Excel, accessing Excel)?

    --
    Teemu Keiski
    MCP, Microsoft MVP (ASP.NET), AspInsiders member
    ASP.NET Forum Moderator, AspAlliance Columnist

    "Annie" <anniech2000@hotmail.com> wrote in message
    news:074a01c3b4af$9e3c6320$a401280a@phx.gbl...
    > I have created an Excel object to run an excel report and
    > download to client side. I use the Excel 9.0 COM object
    > (Excel 2000) in my project. However, when deployed to
    > client site (which is using Excel 2003), the workstations
    > show "Access is denied" when running the excel report.
    >
    > I've already added rights to the ASPNET user in the
    > server's component services. What else do I miss? Or is
    > there any version problem on excel? I suppose it should
    > be okay running older version code (Excel 2000) by newer
    > application (Excel 2003).

    Teemu Keiski Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139