-
CGI Misbehaves
Hello,
i have wrote a CGI application in Visaul Basic and it works fine under PWS and my hosting provider but when i tried to exectue it on IIS 5 Windows 2000 Adv Server i get this:
CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
and nothing else
do i have to configure something?
Thanks for any help,
made_of_asp
-
Is it writing a "Content-type: text/html" followed by two CRLFs to standard output?
-
Thanks for reply.
Sorry but i have that. My CGI's work perfectly on PWS but not IIS. There is misconfiguration or something
-
Is IIS configured to directly run a *.exe file - it's not mapping *.exe's to another cgi app, or have some sort of filter installed?
-
Thanks for reply,
Sorry but i have no idea about exe configuration and i don't know how to configure it. :(
No, i have no ISAPI filters. :rolleyes: