I'm running several ASP pages using PerlScript via IIS.  Last week the web 
server crashed and had to be restarted.  Ever since then every ASP page using 
PerlScript will only run one time.  Every time I load the page after that I get 
a useless "page can not be displayed" error.  If I restart IIS it then runs 
again one time only. Only ASP pages using PerlScript are affected.  I've strip 
my program down to just this:

<%@ LANGUAGE="PerlScript" %>
<HTML>
<BODY>
Test
</BODY>
</HTML>

The first time I load this page I see Test.  Every time I refresh/reload the 
page is blank.  If I change PerlScript to JavaScript it works fine.  I've tried 
uninstalling/reinstalling ActivePerl 5.6.1 and I've tried upgrading to version 
5.8.  I also upgraded MDAC from 2.71 to 2.8. And I've restarted the machine 
several times.  I've been pulling my hair out on this for days.  I don't even 
know what to try next.  Any help would be very much appreciated.



_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to