We are setting up a new Windows 2000 web server and we would like to use the Webinator as our search engine on our Web-site. We need help with creating or configuring the cgi-bin directory on our Windows 2000 machine. How do we go about setting up the cgi-bin directory on our new machine? What components are needed to set up the CGI-BIN?
If you are using IIS there will typically be a directory already set up called InetPub\scripts which is a virtual directory mapped to /scripts. You can just use that, and your URLs will be:
http://servername/scripts/texis.exe/scriptname
or if you wanted to map a different virtual directory you need to make sure that the directory is set to allow execute permissions.