Setup notes for Dell SPECweb99 results 1. The CGI binary used was dyn_get_script.exe which is on the SPECweb99 CD in the NT installation 2. The zip file contains all the source code, along with a Visual C++ project file to compile dellisapi.dll 3. Server setup: a. copy all spec files (cadgen99.exe, upfgen99.exe, wafgen99.exe, dellisapi.dll) to d:\spec99 b. copy dyn_get_script.exe to d:\spec99\cgi-bin c. put file set at d:\spec99\file_set in Internet Service Manager d. create a virtual directory called spec99, points to d:\spec99 e. set the execution mode of this virtual directory to Low(IIS Process) f. add "Connection: Close" custom header for cgi-bin directory g. change the home directory of the default web site to d:\spec99 h. Set read/write/execute permissions for home, spec99, and cgi-bin in your rc file, use URL_ROOT=http://server/spec99 DYNAMIC_ROOT=http://server/spec99/dellisapi.dll DYN_CGI_SCRIPT=http://server/cgi-bin/dyn_get_script.exe