Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asptoday_discuss thread: Server object error 'ASP 0178 : 80070005'


Message #1 by "Michael Bell" <michaeljbell@b...> on Mon, 25 Mar 2002 19:27:47
Hi

Please can you help?

We have just switched an ASP application onto a new server (Win 2K 
standard server) and are experiencing what look to be permissions 
problems - everything worked fine on the old server (WIN NT 4.0 server).

The application is comprised of ASP pages that utilise functionality in 
COM components. These components were originally created in VB 6.0 using 
the Transaction server type library. I have installed them (without 
recompiling using COM+ services type library).

FYI - I have also tried re-compiling them using COM+ tl but same message.

When the ASP pages attempt to call the components the following error
occurs:
---------------------------------------
Server object error 'ASP 0178 : 80070005' 

Server.CreateObject Access Error 

/includes/header.inc, line 65 

The call to Server.CreateObject failed while checking permissions. Access 
is denied to this object.
---------------------------------------
Looks like this is happening when the component is being instantiated...

Any ideas would be most welcome! The dll itself has permissions like - 
everyone (read and execute).

Thanks
Michael

  Return to Index