Hi Everyone.
First off, a few specs.
I am running a WinXpPro box with IIS 5.1
I have ActiveState Perl installed and running.
I have setup the extention mapping for .pl and .cgi in IIS.
My perl scripts run just fine in IIS.
My question is this:
In IIS, when i call a webpage that is generated
dynamically using perl, the page loads fine,
but it seems like maybe the perl process did not yet
terminate because the status bar in IE
( at the bottom ) is moving across as if it's
still trying to load the page.
IIS is setup to call the script like this:
c:/perl/bin/perl.exe %s
The only way i can think of to resolve this, is to
call the perl script, which will create a temporary
staic page, and then redirect to that staic page.
That way i know the script will terminate right away.
Any suggestions would be greatly appreciated.
TIA
First off, a few specs.
I am running a WinXpPro box with IIS 5.1
I have ActiveState Perl installed and running.
I have setup the extention mapping for .pl and .cgi in IIS.
My perl scripts run just fine in IIS.
My question is this:
In IIS, when i call a webpage that is generated
dynamically using perl, the page loads fine,
but it seems like maybe the perl process did not yet
terminate because the status bar in IE
( at the bottom ) is moving across as if it's
still trying to load the page.
IIS is setup to call the script like this:
c:/perl/bin/perl.exe %s
The only way i can think of to resolve this, is to
call the perl script, which will create a temporary
staic page, and then redirect to that staic page.
That way i know the script will terminate right away.
Any suggestions would be greatly appreciated.
TIA