|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: Trapping CGI Errorby ajt (Prior) |
| on Mar 19, 2003 at 20:29 UTC ( #244449=note: print w/ replies, xml ) | Need Help?? |
|
Hi, tcf22, Unless they have fixed things, IIS dumps STDERR to the browser, and not to a log file - it's not very smart. This sounds like the error you are describing. For run time errors you have to build your own custom error handler, it's what I did. Compliation errors just generate 501s and you'll be none the wiser! If you dig deep into the evil depths of IIS it may be possible to configure a custom log with the contents of STDERR in it, but I didn't have time to find it last time, so I'd like to know if it's possible too! Good luck with it's other problems too....... -- ajt
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||