Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registered Component
This error is a permissions problem. This is a very frustrating problem for someone who doesn’t know Windows Server 2003 very well.
Heres is a workaround:
- go to Administrative Tools> Component Services
- expand COM Services
- expand My Computer
- expand COM+ Applications
- Right-click on your Application, select Properties
- Go to the Security tab
- In the Authorization frame, uncheck
Enforce access checks for this application
This isn’t the best, since it grants every account on the machine access to create the objects in this application, but it’s a quick/easy work around.