WilliamMathias
Programmer
Hi,
I'm running NT4 Server and IIS 3.0
I'm trying to write my 1st ASP script.
The content of the page is as follows:
<html>
<body>
This Page is
<%
Response.Write "Working"
%>
</body>
</html>
When I look at this page in my browser using the URL
all I get is:
This Page is
IIS is running it's web service and I think the permissions are OK.
Do I need to install ASP separately, Are my IIS settings wrong?
Thanks for your help in advance,
Will
I'm running NT4 Server and IIS 3.0
I'm trying to write my 1st ASP script.
The content of the page is as follows:
<html>
<body>
This Page is
<%
Response.Write "Working"
%>
</body>
</html>
When I look at this page in my browser using the URL
all I get is:
This Page is
IIS is running it's web service and I think the permissions are OK.
Do I need to install ASP separately, Are my IIS settings wrong?
Thanks for your help in advance,
Will