-
Posted to
IIS7 - Setup
by
llewmag
on
03-20-2007, 12:15 PM
Thanks ANILR! You are the man! That did it! Thank you so much! Give that man a promotion! :) A friend in need is a friend indeed. And I was in need! But thanks to you the cgi scripts are running and the web pages are visible! Thanks so much!
On your suggestion to make links relative - that is a good ...
-
Posted to
IIS7 - Setup
by
llewmag
on
03-19-2007, 10:13 PM
I also tried adding the script mapping at the web site level (I already had it at the cgi-bin directory level). So I added the following line to the web site web.config file.
<add name=''Perl perlis.dll'' path=''*.cgi,*.ra,*.CGI,*.RA'' verb=''*'' modules=''IsapiModule'' scriptProcessor=''C:\Perl\bin\perlis.dll'' ...
-
Posted to
IIS7 - Setup
by
llewmag
on
03-19-2007, 9:00 PM
Oh yeah. I guess it's because I put them down at the cgi-bin directory level. Here is the web.config from MR.org\cgi-bin\. There is one below for perl. Thanks Anilr.
?xml version=''1.0'' encoding=''UTF-8''?>
<configuration>
<system.webServer>
<handlers>
<clear />
<add name=''Perl ...
-
Posted to
IIS7 - Setup
by
llewmag
on
03-19-2007, 8:41 PM
Thanks Anilr! It says:
<system.webServer> <handlers accessPolicy=''Script, Read''> <add name=''TraceHandler-Integrated'' path=''trace.axd'' verb=''GET,HEAD,POST,DEBUG'' type=''System.Web.Handlers.TraceHandler'' preCondition=''integratedMode'' /> <add ...
-
Posted to
IIS7 - Setup
by
llewmag
on
03-19-2007, 6:49 PM
Sorry, the eror I'm getting now when trying to run cgi scripts is 405 error, not a 404 error.
-
Posted to
IIS7 - Setup
by
llewmag
on
03-19-2007, 6:45 PM
Hi Anilr,
Thanks again for everything so far! Now I'm trying to get the perl cgi scripts running. I've set the ISAPI and CGI restrictions to allow the C:\Perl\bin\perlis.dll and I've mapped the .cgi extension in ''Handler Mappings'' to point to C:\Perl\bin\perlis.dll, and the mapping is for ''file'' and the verbs are ''all ...
-
Posted to
IIS7 - Setup
by
llewmag
on
03-19-2007, 6:00 PM
Anilr, you are a blooming genius! I was able to make the change and then I discovered that I had set up the web site to respond to marriageromance.org but the web page links all address www.marriageromance.org so I added another binding for www and now all the links work! Thanks so much for your help and I apolgize for my ...
-
Posted to
IIS7 - Security
by
llewmag
on
03-19-2007, 3:35 PM
Oh, Thank you so much! :)
-
Posted to
IIS7 - Security
by
llewmag
on
03-19-2007, 11:35 AM
On Windows Vista Enterprise, the applicationHost.config file is in the C:\Windows\winsxs\x86_microsoft-windows-iis-sharedlibraries_31bf3856ad364e35_6.0.6000.16386_none_0eb2b0c8b7e74678
directory and I need to change it. I am logged in as administrator and I took ownership of the file and I created a registry kep ...
-
Posted to
IIS7 - Setup
by
llewmag
on
03-19-2007, 9:28 AM
I can't seem to be able to change the applicationHost.config file. I did take ownership of the file when logged in as Administrator but then it says the read-only flag is set on the directory. I tried to change the read-only flag but it doesn't stick.
I know there was a problem with windows xp where you had to tell the ...