OICGI (OpenInsight 32-Bit)
At 29 SEP 2010 07:59:09PM Jim Vaughan wrote:
Testing code I wrote an age ago, one of my co-workers wants to demo it.
OI 9.2
Internet gateway services dialog is running.
Windows 7 with IIS installed and working (or at least it serves up pages).
oicgi.exe is in C:\Inetpub\wwwroot\cgi-bin
When I try to run a request like this:
http://127.0.0.1/cgi-bin/oicgi.exe/INET_SCHD
I get a blank page returned, the reason is that INET_SCHD (my function) is never executed.
What should I be looking at?