Setup notes for Mindcraft's SPECweb99 CGI program:
(Note: The zip file contains all the source code, along with
       a Visual C++ project file to compile dyn_get_script.exe)

1. Server setup (assuming that the IIS home directory is c:\InetInfo):

  A. Copy the standard SPEC cadgen99.exe, upfgen99.exe, wafgen99.exe 
     files to c:\InetInfo.
  B. Create a c:\InetInfo\cgi-bin directory
  C. Copy dellisapi.dll (from SPECweb99 CD or from 
     http://www.spec.org/osg/web99/results/api-src/Dell-19991214.zip) to 
     the cgi-bin directory.
  D. Copy dyn_get_script.exe from Mindcraft-20000526-CGI.zip to the
     cgi-bin directory.
  E. Follow the SPECweb99 instructions with regard to cadgen99.exe, 
     upfgen99.exe, wafgen99.exe.

2. IIS set up using Internet Service Manager:

  A. Create an application for the cgi-bin directory and set "Scripts 
     and Executables" permission with Low (IIS Process) application 
     protection.
  B. Set read & write permissions for the home directory.

3. In the rc file set:

  URL_ROOT=http://server/   
         (note: the trailing slash above is critical)
  DYNAMIC_ROOT=http://server/cgi-bin/dellisapi.dll
  DYN_CGI_SCRIPT=http://server/cgi-bin/dyn_get_script.exe