CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2002
    Posts
    5

    IIS calling an executable

    I have developed an Intranet site and I am calling an executable file and I keep getting the following error:The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
    I haven't been able to find any help on the web. I am new to programming - any help would be appreciated!



  2. #2
    Join Date
    Jun 2001
    Location
    Ireland
    Posts
    56

    Re: IIS calling an executable

    Hope this helps:

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

    Explanation:
    This message indicates the return of an incomplete or incorrect header by the Common Gateway Interface (CGI) application.

    User Action:
    Modify the source code for the CGI application header output, or check with your network administrator or technical support group.

    Andy

    Don't forget to rate!!!!


    Andrew Lennon (Berlitz)
    Automation Dev Engineer

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured