I'm running several ASP pages using PerlScript via IIS. Last week the web server crashed an
d had to be restarted. Ever since then every ASP page using PerlScript will only run one ti
me. 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 af
fected. 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 A
ctivePerl 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 fo
r days. I don't even know what to try next. Any help would be very much appreciated.