in reply to Running Perl on IIS
One problem to look out for is permissions. You need to make sure that the IIS virtual directory that contains your perl script has read / execute script access.
If you are running on a locked down machine (where the NTFS file permissions have been set to limit access) then you also need to make sure that the perl executable and any modules data files etc. can be read and executed by the IIS_Server user account. Typically the Users group can be granted read / execute access.
Inman
|
|---|