in reply to Re^3: Perl scripts wont run on Windows 2003 server
in thread Perl scripts wont run on Windows 2003 server
I created a virtual directory on the new server and copied all the files accross to this, changing the URL's in all the pages to point to the relevant location within the virtual directory. These are all working fine, with all links working perfectly. There is one button on the main page, which when pressed should call a Perl program, but this throws up a 'file not found error'. I manually located the program by exploring the directory through the browser, but clicking on the program still gives the file not found.
On the server I installed the latest version of Active Perl. I checked that the path in the environment variables pointed to the correct location of the Perl interpreter. I also checked that the mappings in application configuration in IIS pointed to the correct executable path for the .pl, .plx and .plex extensions.
As a side thought, I tried opening the examples (which contained Perlscript) included in the Active Perl installation from a browser on the server.
I have gone through the settings in IIS and the Server Manager on both servers and they seem to be the same.
There are no other pages running on the new server - someone tried to do something similar to what I'm doing but gave up when they ran into the same problem that I'm having.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl scripts wont run on Windows 2003 server
by davorg (Chancellor) on Nov 22, 2005 at 13:00 UTC | |
|
Re^5: Perl scripts wont run on Windows 2003 server
by marto (Cardinal) on Nov 22, 2005 at 15:58 UTC | |
by kevosull (Initiate) on Nov 24, 2005 at 10:45 UTC |