I have a cgi executable that needs to create an instance and access a local com server (dll). The com server is a C# class library that is exposed to com.
When run from an administrator account at a command prompt a separate test program works so I know everything is registered and all components exist.
However, when I try to access it via the CGI exe it can't create the instance of the com server.
What I need to know is where I need to set permissions and what permissions to set to allow the CGI executable to access the com server.
Thank you.