Paul Kraus wrote:

> It still just displays the contents of my script rather then running it.
> 

have you try the '?' trick? if no, try something like:

http://your.server/your.cgi-bin/your_script.pl?whatever

the '?whatever' portion might give enough a hint to IIS that the request is 
a CGI request. if that works, you can do the same thing with the form 
stuff. of course, it's better to actually fix IIS then going around the 
problem.

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to