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