I've moved a script that uses Win32::EventLog from command line to an IIS asp/perlscript page so that the logs are available to a number of people in my department. But they fail fairly often with this error: "Out of process Isapi extension request failed."
>From what I've learned googling the best hope of addressing this is in registry under Hkey_localmachine/system/currentcontrols/sessionmanager/subsystems/windows. Within the Windows entry the SharedSectionrs are changed for different applications that have this problem, e.g. "1024,3072" is changed to "1024,3072,512". Other suggestions have been to change it to "1024.8192", I think. My question is whether anyone else has run into this problem using Perl and whether they've found a solution. I have tried both the 512 addition and the 8192 change without seeing any improvement. Thanks for any ideas. Ken _______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
