No response from ASP page

  • Thread starter Thread starter Henk Baas
  • Start date Start date
H

Henk Baas

When in IE I call: http://LocalHost/ASPtest.ASP IE
responds in the status bar with 'Web site found. Waiting
for answer ...' (translated from dutch). The progress bar
very slowly progresses to about 40%. When that is reached,
nothing further happens.
The call has worked once or twice, but now: no joy.

ASPtest.ASP is the test script from document 312638 and
should return the "Hello World!" string.

O/S info: W2KPro, IIS 5, FP2000
The default web root (C:\InetPub\wwwroot) is used and
ASPtest.ASP is present in that directory.

Is there a parameter in IIS 5 that should be set, or am I
missing something?

Henk Baas
 
Hi
Your system sounds ok. I suspect there is something wrong
on your asp page.
 
The ASP page is a default new FP2000 page with as script:

<%
Response.Write "Hello World!"
%>

in the <body> </body> part of the page. The page contains
nothing else.

Henk Baas
 
Have you checked the ISAPI mappings for that web site? You would do this by
opening the IIS Admin snap-in, right-clicking the web site, going to the
"Hmoe Directory" tab, and clicking the "Configuration" button. Look for the
ISAPI mapping for .asp files. What do you see?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
..asp is mapped to: C:\WINNT\System32\inetsrv\asp.dll
verbs: GET,HEAD,POST,TRACE

I have checked. Asp.dll is present, it is
file version: 5.0.2195.2966
product version: 5.00.0984
language: dutch
date and time of the file are the same as most of the
other files in the directory (2000-06-01 2:00).

Henk Baas
 
Back
Top