NTServer 4.0 IIS 4.0 ASP VBScript Problem none of the VBScript code appears to be executed
Operating System: Windows NT (4.0.1381Service Pack 6)
IIS 4.0
From Windows NT 4.0 Resource Kit Support Tools
http://www.microsoft.com/ntserver/nts/downloads/recommended/ntkit/default.asp
Windows Script containing Visual Basic Script Edition (VBScript.) Version 5.5
http://www.microsoft.com/msdownload/vbscript/scripting.asp
Internet Service Manager’s www service.
c:\InetPub\wwwroot(access: read,execute) alias
c:\WINNT\System32\inetsrv\iisadmin (access: read,execute) alias /iisadmin
c:\InetPub\scripts(access:execute only) alias /Scripts
tcp port number is 80 I think
I will check forasp.dll
I have tried several VBScript examples none of the VBScript code appears to be executed
For example
/Scripts/showtime.asp
HTTP Error 403 You are not authorized to view this page
This is an example from E-Commerce Programming with ASP page 13
Essentially it uses VBScript
<%TIME()%>
to get the computer clock time
From the server
C:\InetPub\Scripts\showtime.asp
display the page with no time no error is given
Is there some setting that allows or denies the runningof VBScript?
What is needed to get ASP and VBScript to run properly?