Click to See Complete Forum and Search --> : HTTP Header Problem with IIS


snilesh
April 19th, 2001, 06:25 AM
Hi ,
I am working with two web server IE and NETscape. My site is up and running on Netscape server.

I am using CGI C for building my website. When i try to setup my IIS server. When I start using the site it throws HTML pages correctly but give me error while accessing EXE file.

Error: The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

All the exe and dll path are correct. Pls send me reply ASAP if anybody knows about solution.

Thanking you , In anticipation.

Nilesh S

Linuxred
May 24th, 2001, 09:30 AM
I did CGI development for a few years. And, 95% of the times that happened, it was because the program itself was crashing before it could return any data. Try running the program at a DOS prompt and see if you get any output from it.
It could also be that you are not generating the headers properly. Or maybe you have a stray character being outputted before the headers.

Spectre5000
May 24th, 2001, 05:28 PM
For future reference, you should post these messages to the programming specific forum. This forum is for people who are looking for programmers to join them in working on a project.