ASP Error opening Excel

From: Hajime Kusakabe (hajime.kusakabe@eimcoprocess.com)
Date: 11/07/02


From: "Hajime Kusakabe" <hajime.kusakabe@eimcoprocess.com>
Date: Thu, 7 Nov 2002 09:30:44 -0800


I am receiving the following error;
==============================================
Error Type:
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking
permissions. Access is denied to this object.
==============================================

Code is;
==============================================
dim xlApp
Set xlApp = Server.CreateObject("Excel.Application") <<<
==============================================

I did all permissiion stuff, Q278013, Q315454, Q192152 but
nothing worked.

If you know how to fix this please let me know.

Regards,
Haji



Relevant Pages

  • Re: ASP Error opening Excel
    ... > Error Type: ... > Server object, ASP 0178 ... Sounds like a permissions problem. ... containing your .ASP script is set to Medium or High in the IIS MMC. ...
    (microsoft.public.inetserver.iis.security)
  • Server.CreateObject error
    ... Set xlsApp = Server.CreateObject ... I am writing the above code in asp and getting the following error ... Server object, ASP 0178 ... The call to Server.CreateObject failed while checking permissions. ...
    (microsoft.public.inetserver.asp.components)
  • Server object, ASP 0178
    ... Error Type: ... Server object, ASP 0178 ... permissions. ...
    (microsoft.public.inetserver.iis.security)
  • debugging web applications
    ... Error Type: ... Server object, ASP 0178 ... Option Explicit ... Private Sub WebClass_Start ...
    (microsoft.public.vb.6.webdevelopment)
  • vb6 debugging web applications
    ... Error Type: ... Server object, ASP 0178 ... Option Explicit ... Private Sub WebClass_Start ...
    (microsoft.public.vb.6.webdevelopment)