I have:
Standalone PC
WinXP Pro
IIS 5.1 (installed and running)
I created the following ASP script (START.ASP) and saved it to \inetpub\ When I open my browser and enter " the response is: "The Page Cannot Be Found". Any Ideas?
<%@ Language-VBScript%>
<HTML>
<HEAD><TITLE>Starting ASP</TITLE></HEAD>
<BODY>
<%
Response.Write "I am your first ASP<BR>"
Response.Write Time
'Comments are written preceded by a single quotation mark ...
%>
</BODY>
</HTML>
Standalone PC
WinXP Pro
IIS 5.1 (installed and running)
I created the following ASP script (START.ASP) and saved it to \inetpub\ When I open my browser and enter " the response is: "The Page Cannot Be Found". Any Ideas?
<%@ Language-VBScript%>
<HTML>
<HEAD><TITLE>Starting ASP</TITLE></HEAD>
<BODY>
<%
Response.Write "I am your first ASP<BR>"
Response.Write Time
'Comments are written preceded by a single quotation mark ...
%>
</BODY>
</HTML>