I am trying to get an application running on IIS6 on a new Windows
2003 server. The application is a web viewer of a software versioning
system repository (CVS). The viewer is named ViewCvs and is programmed
via CGI using Python as the scripting language.
I have been successful in automating the install on IIS4 and IIS5 on
all previous NT class operating systems. But when I run the
installation on IIS6/W2003 and then try to access the application it
gives me a 404 error.
I have checked that the Virtual Directory gets created successfully
and that all settings that were needed for IIS5 are also there now.
But still the access is denied.
I have been pointed towards the Web Service Extensions setup, but I
have two problems here:
1) In the IIS Manager page for Web Service Extensions I don't
understand what to really do... I cannot relate to the terminology.
What is a WSE in the first place? The 3 letters 'CGI' or what?
2) I must do the setup programmatically so I have been adviced to use
iisext.vbs to do this. But when I try to follow the online guide I get
caught by the terminology again. :-(
Can someone please help me by advicing which calls to iisext.vbs I
should make to enable the web server to allow access to the cgi file?
The virtual directory named viewcvs is created at:
C:\Programs\ViewCvs\VDIR
The application that runs the viewcvs.cgi file is located here:
C:\Programs\Python23\Python.exe
This is all in the virtual directory properties and look fine to me...
In despair,
Bo