I have a perl script that runs in Apache on both Windows and Linux servers; however, it will not run correctly in IIS. I inherited this script and I have modified it for several years learning just enough perl to get by. The website was recently moved from a Linux server to a Windows server running IIS. The initial page generated by the script displays correctly when called; however, subsequent pages fail and the user is sent back to the home page of the site. I have changed the shebang line for the windows server, although, it apparently doesn't matter what the shebang line is on IIS. I've searched for answers regarding porting Perl from Apache to IIS without any luck.
The url for the site in question is: - click on 'Registration' to view the initial page. If the first page is filled out correctly, the user is shown page two of the registration form, otherwise the user is shown an error message describing the information that was entered incorrectly or is missing.
I would appreciate any help I can get on this problem.
Thanks!
The url for the site in question is: - click on 'Registration' to view the initial page. If the first page is filled out correctly, the user is shown page two of the registration form, otherwise the user is shown an error message describing the information that was entered incorrectly or is missing.
I would appreciate any help I can get on this problem.
Thanks!