Re: CGI error
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 02/11/05
- Next message: David Wang [Msft]: "Re: iis 6.0 & jrun"
- Previous message: Anony2: "Re: Unable to create the log file for site"
- In reply to: goundhog: "Re: CGI error"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: David Wang [Msft]: "Re: iis 6.0 & jrun"
- Previous message: Anony2: "Re: Unable to create the log file for site"
- In reply to: goundhog: "Re: CGI error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|