in reply to Win32::OLE GetActiveObject not working in IIS7

OLE Error 0x80070005 - it even points to this site: Re: Win32::OLE(0.1403) error 0x80070005: "Access is denied". "Access Denied" likely means just that - the user your webserver is running as does not have (rightfully) the permissions to launch Excel.

  • Comment on Re: Win32::OLE GetActiveObject not working in IIS7

Replies are listed 'Best First'.
Re^2: Win32::OLE GetActiveObject not working in IIS7
by deruxer (Initiate) on Jan 14, 2010 at 14:59 UTC
    Thank You, Corion. I saw that and tried that. I thought I did it right but I'm new to this. I'll try again to set those permissions.
      FYI, I did all that and still not working. Desparate for the fix.