My ASP has been working fine up to today.
I am using PWS (from Windows Options Pack) on Win NT 4 Workstation with SP6a and developing from ASP.
However, today whenevery I tried to display an asp (e.g.
), I get HTTP 500 Internal Server Error. Even though
is simply
What is wrong?
I tried restarting PWS from NT Services and the PWS manager, but no luck! However, the display of HTML pages are OK.
My
is as follows-
I am using PWS (from Windows Options Pack) on Win NT 4 Workstation with SP6a and developing from ASP.
However, today whenevery I tried to display an asp (e.g.
Code:
[URL unfurl="true"]http://localhost/testServer.asp[/URL]
Code:
c:\Inetpub\wwwroot\testServer.asp
Code:
<%@ Language=VBScript %>
<HTML>
<HEAD>
<TITLE>Server working OK for ASP</TITLE>
</HEAD>
<BODY>
<H1>Server working OK for ASP</H1></BODY>
</HTML>
What is wrong?
I tried restarting PWS from NT Services and the PWS manager, but no luck! However, the display of HTML pages are OK.
My
Code:
global.asa
Code:
<OBJECT RUNAT=Server SCOPE=Session ID=MyInfo PROGID="MSWC.MyInfo">
</OBJECT>