Win2k, IIS, but ASP not working

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

  • Did you try typing it in as http://localhost/myasp/test1.asp ? I assume "myasp" is the folder that the test1.asp file resides.
    : 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?
    :

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion