packetstormer has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks
Up until now I have never development anything on a Windows server running perl. Today I find myself needing to and I can't see where I should look for tracking down problems when running a perl script on IIS.
When running on apache, if I have an error, I simply check the /var/log/apache2/error.log file and it will tell me the problem (mostly silly syntax errors etc). However there doesn't seem to be anywhere similar under Windows
I tried fatals to browser but that won't run if the code has a syntax errors!!
Does anyone know where to look for errors under IIS?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl on IIS7 - log files?
by marto (Cardinal) on Mar 08, 2012 at 14:30 UTC |