We are running a classic ASP application on Windows 2016 Server under IIS 10. Now the application runs fine when I'm logged into the server. However, as soon as I log off the server I get the error when hitting the apps URL: ASP_0177_:_8000401a|Server.CreateObject_Failed.
Now I have seen this thread on the subject (Error ASP 0177: 8007007e Server.CreateObject fails for COM DLL) and registered my 32 bit application using the example (C:\Windows\SysWOW64>regsvr32 "C:\Windows\PCMSRV32.DLL") and set the The IIS Application Pool to run in 32 Bit Mode.
I should also point out this Server Object is is trying to connect to is a COM+ VB6 Application running under component services.
However, this does not help, as when I log off the server I get the server Object error. Other applications running in the default App pool run fine when logged off. Any idea how to fix this problem?