Re: CGI error

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/11/05


Date: Thu, 10 Feb 2005 23:51:29 -0800

Ok, I'm confused based on your statements. You first said:

> When I logon to the server remotely or locally (with full admin
> permissions) and try via IE6 to connect to
> \\severname\virtualdirectoryalias
>
> I get the index.htm page which has a link -if I hit the link I get
> the error:

And now you say:

>I'm using http://servername/virtualdirectoryname
>
>This is when I get the message

Which is it.

In any case, it does not matter what URL you use nor whether you use
Explorer/IE/IIS MMC Snapin. The only thing that matters is:
For the link that you click, what is its canonical URL: Give me the HTML
tag that correspondings to that link. It looks like <A HREF="???" >I
Clicked This</A>. I want to know what you put as ??? . And give me the
canonical URL you used to load the HTML page that contained this HTML: <A
HREF="???" >I Clicked This</A>

Basically, there are two possible causes for your error -- either you
downloaded and launched the CGI from the browser, or you caused the CGI to
launch on the server to generate a response. You said that this is a
server-side script, so if you download and launched the CGI from the
browser, that is obviously your server configuration error. If it was an
error on the server-side, then please post the CGI script code and make sure
that:
1. If it is a ScriptMapped CGI and not a CGI EXE, make sure that you give
the appropriate "%s"
2. If it is a CGI EXE, make sure it returns the necessary CGI headers to be
a proper CGI.

-- 
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"goundhog" <goundhog@discussions.microsoft.com> wrote in message
news:2EA6CD98-C788-4E65-A10A-D576206B4D9B@microsoft.com...
I'm using http://servername/virtualdirectoryname
This is when I get the message


Relevant Pages

  • Re: How do I insert a cgi script into Publisher page?
    ... If your ISP supports cgi and has a form handling program then a form created ... You must tell the server what e mail address you want the form results sent ... any where else you so desire or an auto redirect script with a delay. ... link to your host and specifically where on the host website it gives you ...
    (microsoft.public.publisher.webdesign)
  • Re: How do I insert a cgi script into Publisher page?
    ... If your ISP supports cgi and has a form handling program then a form created in publisher will function using FTP upload rather than front page server extensions to upload the pages. ... The thank you page may have a link back to the page where you came from or any where else you so desire or an auto redirect script with a delay. ... Also provide us a link to your host and specifically where on the host website it gives you the instructions for using the forms program in the cgi folder. ...
    (microsoft.public.publisher.webdesign)
  • Re: Apache: limiting the execution place
    ... They want it so users can't use FTP, shell, or a CGI or PHP script to view, ... other users via shell, FTP, web server processes (such as PHP or CGI ...
    (Security-Basics)
  • Re: How do I insert a cgi script into Publisher page?
    ... is not where I host my website. ... If your ISP supports cgi and has a form handling program then a form ... You must tell the server what e mail address you want the form results ... any where else you so desire or an auto redirect script with a delay. ...
    (microsoft.public.publisher.webdesign)
  • Re: COBOL for utility program under Linux.
    ... CGI generally is reading from or writing to STDIN and STDOUT. ... server via the CGI protocol a "script") only read from standard input ... if the request includes a content-body. ...
    (comp.lang.cobol)