Matt, I am having a similar problem to another user of your calendar. We have been using your calendar as an events calendar on our web site for some time. We upgraded to the new version last year. The calendar is wonderful. But now we have purchased a new server running Windows 2003 and IIS 6. I was tasked with moving our web site over and testing. In the process, I knew I would need to install ActivePerl and move the calendar. I installed ActivePerl version 5.8.4 build 810. After installing, I followed the instructions for setting up PerlScript for IIS. From IE 6 I ran the PerlScript examples, the IE Examples and Windows Scripts Components examples. All worked fine. I also ran the test.pl in the Windows Script Host and it worked too. Now I changed the perl path in calendar.pl and debug.pl. I also changed these to include the full path to the calendarscript folder and set the proper permissions. When I try to run the calendar from IE, I get the following error:
The page cannot be found
The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Please try the following:
Make sure that the Web site address displayed in the address bar of your browser is spelled and formatted correctly.
If you reached this page by clicking a link, contact the Web site administrator to alert them that the link is incorrectly formatted.
Click the Back button to try another link.
HTTP Error 404 - File or directory not found.
Internet Information Services (IIS)
If I run the calendar in a command prompt by entering "perl calendar.pl" it does produce html. If I view the html, the calendar displays, but if I click any links, I get the same 404 error. If I try to run the debug.pl from IE, I get the same 404 error. .pl is an excepted extension in IIS.
Then I tried to set the calendar up on my local machine, running Win XP and IIS 5. I followed the same steps as above. When I run the calendar from IE, it seems to work fine, but when I click on any of the links or try to go to another month, I get the same 404 error. I run the debug.pl from IE and it says "SUCCESS everything should work fine." Here's something interesting. The calendar_admin.pl DOES work fine on my local PC, but still gets a 404 from the web server.
------------------