COM with CGI's
COM
1
Posts
1
Posters
1
Views
1
Watching
-
I have a CGI executable (and also an ISAPI version) written in C++ which uses COM to retrieve data from another process (a voicemail server executable file running on the same machine). When I use a web server such as Xitami, it triggers the CGI and retrieves the data from the other process but when I use Microsofts IIS the CGI appears unable to use COM. I'm wondering if it's something to do with IIS preventing the CGI from accessing the system registry or GUID information? Any ideas???? Steevie