I installed SP4 for Windows 2000.
Prior to the upgrade my system was at SP3 and I was able to run ASP
scripts from my browser just fine. For exmaple:
Post-Upgrade the browser hangs forever with this in the status bar:
"Opening page http://127.0.0.1/experiments/asp/exp_asp_typenam e.asp."
If I reboot the system the ASP script executes just once. Then on
subsequent attempts the browser hangs.
The referenced ASP script contains:
<%
Dim List( 100 )
Response.Write( "<br> TypeName = " & TypeName( List ) )
%>
I checked Internet Services Manager and IIS appears to be running.
Any ideas ?
Ed
Comment