http://www.perlmonks.org?node_id=244449


in reply to Trapping CGI Error

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