PRB: Server Object Error 'ASP 0178' Instantiating COM ObjectID: Q198432
|
When instantiating a COM component in an Out-Of-Process Server (EXE) from
Active Server Pages (ASP), the following error may occur:
Server object error 'ASP 0178 : 80070005'
Server.CreateObject Access Error
testOOP.asp, line 12
The call to Server.CreateObject failed while checking permissions.
Access is denied to this object.
Appropriate permissions to access and launch the Out-Of-Process (OOP) COM object has not been set.
You need to give the IUSR_<machine_name> account permissions to launch and
access your OOP COM object using dcomcnfg by doing the following:
This behavior is by design.
Keywords : kbASP kbCOMt kbVBp500 kbVBp600 kbVC500 kbVC600 kbVisID600 kbGrpASP
Version : WINDOWS:5.0,6.0; WINNT:4.0,5.0,6.0
Platform : WINDOWS winnt
Issue type : kbprb
Last Reviewed: May 25, 1999