CGI Error
The specified CGI application misbehaved by not returning a complete set of
HTTP headers. The headers it did return are:
Any suggestions would be greatly appreciated.
From the IIS logs I'm getting this:
04:36:27 127.0.0.1 GET /VirtualServer/VSWebApp.exe 401
04:36:27 127.0.0.1 GET /VirtualServer/VSWebApp.exe 502
04:36:27 127.0.0.1 GET /favicon.ico 404
04:36:27 127.0.0.1 GET /favicon.ico 404
I'm not an IIS expert, how can I log more details? Specifically I'd like to
see exactly what the output from VSWebApp.exe?view=1 is.
Your IIS log file has been configured to not log everything (such as
substatus and win32 error codes, useful for troubleshooting). It is
configured by default, so I believe that someone has gone through and
hand-customized IIS and possibly the entire server.
Most of the time that I see VS2005 users having problems accessing the admin
website it is because their server installation is non-default and had been
"Locked down" somehow such that various permissions get revoked. What's
missing is completely arbitrary since it depends on the "Lock down"
procedure, so it ultimately comes down to a game where you reverse engineer
what was unconsciously done to yourself.
One of the causes of 502 that I can think of is if you RDP to the server and
then attempt to browse the admin website (with Integrated authentication
against a CGI like VSWebApp.exe) - there is a limitation in Windows Server
2003 which prevents that from working.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Qythyx" <Qyt...@discussions.microsoft.com> wrote in message
news:EE46A90E-BCF1-4B42...@microsoft.com...
I have 4 GB internal memory. After I've disabled Virtual Memory everything
appears to work fine for me.
It makes sense that this has something to do with it, because if I connected
to the VS website from another workstation I never got the error message
mentioned.
Just after installation it worked though, so I'm not sure how you can
replicate this error.
Kind regards,
Rogier de Jong
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"DrillSergeant" <DrillS...@discussions.microsoft.com> wrote in message
news:0FA0F077-28F8-479B...@microsoft.com...
Regards
Jacob W.
Pirooz Javan skrev:
This works
Hi, try change from "Integrated authentication" to "Basic
authentication" on the VirtualServer virtual directory in IIS.
Posted via http://www.VirtualServerFaq.com - Brought to you by Business Information Technology Shop - http://www.bitshop.com
It works for me to change Authentication method from Integrated to Basic.
Thanks!
I had the same error "CGI Error ...".
I was accessing my XP box (on which virtual server is running) using Remote Deskop (RDP).
I found that after booting my XP box up if I access the page from the XP box locally (not use RDP) then it loads fine and subsequent accesses (including over RDP) then work fine.
I can get to the Admin page if I run IE as Administrator. Just opening IE as a user that's in the admin group gives the CGI error. This is XP Pro not on a domain.
Thanks
Vrijesh
"Voytek Tomas" <not...@ljgviy.com> wrote in message
news:e3256479-f400-4321...@text.giganews.com...
Changing from integrated authentication to basic also worked for me. Thanks to whoever came up with this solution.