I have two cgi scripts from a product I can't alter. One needs a specific Environment Variable to be set. The other should be left alone.
Is there a way, in IIS, to do the same thing as apache's SetEnv
command just for one of the CGI scripts?
Ciao!