I recently developed a web site using perlscript (via ASP), combined
with several homegrown modules. Everything works great on my
development machine which runs Windows NT 4.0 and PWS. However,
when I copy the code to our machine running NT 4.0 and IIS 4.0, it
will work once, but apon a single "refresh" will produce a memory
error that actually disables the web service.
The error that shows up on the server is :
The instruction at "0x0251bba6" referenced memory at "0x00000014".
The memory could not be "read".
A debug reveals the following error:
Unhandled exception in inetinfo.exe (ASP.DLL) 0xC0000005: Access Violation
The following code will reproduce the error:
-- test.asp --
<html>
<BODY>
<%@ LANGUAGE = PerlScript %>
OK
</BODY>
</html>
-- cut --
I am using ActiveState Perl 5.6 build 620 (the latest version), and
have been able to run perl CGI scripts with no problem.
This is, however, my first attempt to use perlscript.
Does IIS 4.0 just not support perlscript properly?
Any help would be greatly appreciated.
Thanks,
Paul
[EMAIL PROTECTED]
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web