I'm trying to get ASP working on Win2k, our company web site is being hosted successfully, residing in the inetpub/wwwroot directory.
I have created a basic asp file:
<%
response.write("Hello World!")
%>
This file is at inetput/wwwroot/myasp/test1.asp
In my browser I type
http://mycompany.com/myasp/test1.asp. The browser just stalls after a few minutes and doesn't display anything.
Can anyone tell me what I am doing wrong please?
Comments
: I'm trying to get ASP working on Win2k, our company web site is being hosted successfully, residing in the inetpub/wwwroot directory.
:
: I have created a basic asp file:
:
:
: <%
: response.write("Hello World!")
: %>
:
:
:
: This file is at inetput/wwwroot/myasp/test1.asp
:
: In my browser I type http://mycompany.com/myasp/test1.asp. The browser just stalls after a few minutes and doesn't display anything.
:
: Can anyone tell me what I am doing wrong please?
: