Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Reply for an ASP page stops

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  can't open MMC IIS...  
Author Message
hbaas

External


Since: Oct 14, 2003
Posts: 8



(Msg. 1) Posted: Tue Oct 14, 2003 2:09 pm
Post subject: Reply for an ASP page stops
Archived from groups: microsoft>public>inetserver>iis (more info?)

When I request in IE http://LocalHost/ASPtest.ASP the IE status bar displays
'Website found, waiting for reply ...', the progressbar very slowly
progresses to about 40% and stops. After that nothing happens.
ASPtest.ASP is a simple test script, it only contains: <% Response.Write
"Hello World!" %> in the body part of the page and is stored in the default
web root: c:\inetpub\wwwroot
A request for iishelp (http://LocalHost/iishelp) works fine.

Are there parameters in IIS that need to be set (additionally), or what am I
missing here?

system info: W2kPro, IIS 5, FP2000 (installed in that order)

Henk Baas

 >> Stay informed about: Reply for an ASP page stops 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 2) Posted: Tue Oct 14, 2003 10:35 pm
Post subject: Re: Reply for an ASP page stops [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Anything in the Windows Event Log?

Cheers
Ken


"Henk Baas" <hbaas.DeleteThis@compuplan.nl> wrote in message
news:uGJfsIjkDHA.1740@TK2MSFTNGP12.phx.gbl...
: When I request in IE http://LocalHost/ASPtest.ASP the IE status bar
displays
: 'Website found, waiting for reply ...', the progressbar very slowly
: progresses to about 40% and stops. After that nothing happens.
: ASPtest.ASP is a simple test script, it only contains: <% Response.Write
: "Hello World!" %> in the body part of the page and is stored in the
default
: web root: c:\inetpub\wwwroot
: A request for iishelp (http://LocalHost/iishelp) works fine.
:
: Are there parameters in IIS that need to be set (additionally), or what am
I
: missing here?
:
: system info: W2kPro, IIS 5, FP2000 (installed in that order)
:
: Henk Baas
:
:
:

 >> Stay informed about: Reply for an ASP page stops 
Back to top
Login to vote
hbaas

External


Since: Oct 14, 2003
Posts: 8



(Msg. 3) Posted: Tue Oct 14, 2003 10:35 pm
Post subject: Re: Reply for an ASP page stops [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The event log shows nothing at all for the ASPtest.ASP page. The request for
iisHelp is logged. A request for a non-existing page
(http://LocalHost/xxxxx) is logged with its 404 error code.

Henk Baas

----- Original Message -----
From: "Ken Schaefer" <kenREMOVE RemoveThis @THISadOpenStatic.com>
Newsgroups: microsoft.public.inetserver.iis
Sent: Tuesday, October 14, 2003 11:35 AM
Subject: Re: Reply for an ASP page stops


 > Anything in the Windows Event Log?
 >
 > Cheers
 > Ken
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Reply for an ASP page stops 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 3041



(Msg. 4) Posted: Wed Oct 15, 2003 12:59 am
Post subject: Re: Reply for an ASP page stops [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

That's the IIS weblog. Anything in the Windows Event Log (eg IIS having some
kind of problem)?

Start -> Settings -> Control Panel -> Admin Tools -> Event Viewer

Cheers
Ken

"Henk Baas" <hbaas DeleteThis @compuplan.nl> wrote in message
news:eL5dCVkkDHA.2652@TK2MSFTNGP09.phx.gbl...
: The event log shows nothing at all for the ASPtest.ASP page. The request
for
: iisHelp is logged. A request for a non-existing page
: (http://LocalHost/xxxxx) is logged with its 404 error code.
:
: Henk Baas
:
: ----- Original Message -----
: From: "Ken Schaefer" <kenREMOVE DeleteThis @THISadOpenStatic.com>
: Newsgroups: microsoft.public.inetserver.iis
: Sent: Tuesday, October 14, 2003 11:35 AM
: Subject: Re: Reply for an ASP page stops
:
:
: > Anything in the Windows Event Log?
: >
: > Cheers
: > Ken
: >
: >
:
:
:
:
 >> Stay informed about: Reply for an ASP page stops 
Back to top
Login to vote
hbaas

External


Since: Oct 14, 2003
Posts: 8



(Msg. 5) Posted: Wed Oct 15, 2003 12:59 am
Post subject: Re: Reply for an ASP page stops [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

When I close the IE after the progressbar has stopped, 2 Error events appear
in the Application log:
top one:
source: userenv
user: NT AUTHORITY\SYSTEM
event-ID: 1000
description (translated from dutch):
Cannot find list with group policies. A description of the cause of this
error has been registered
before in the log by this policy program.

below that:
source: userenv
user: NT AUTHORITY\SYSTEM
event-ID: 1000
description (translated from dutch):
Cannot connect to cpp.cuijk.com via (0x274d)

cpp.cuijk.com is the local DNS domain of the server in our network. The
server itself can be reached, logging in was no problem and a shared folder
on the server is accessible.

Henk Baas

"Ken Schaefer" <kenREMOVE.DeleteThis@THISadOpenStatic.com> schreef in bericht
news:O#ljuqkkDHA.1808@TK2MSFTNGP09.phx.gbl...
 > That's the IIS weblog. Anything in the Windows Event Log (eg IIS having
some
 > kind of problem)?
 >
 > Start -> Settings -> Control Panel -> Admin Tools -> Event Viewer
 >
 > Cheers
 > Ken
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Reply for an ASP page stops 
Back to top
Login to vote
hbaas

External


Since: Oct 14, 2003
Posts: 8



(Msg. 6) Posted: Wed Oct 15, 2003 5:36 pm
Post subject: Re: Reply for an ASP page stops [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Browsing through other questions in the newsgroup I found references to
Microsoft Knowledge Base Article 309051 (HOW TO: Troubleshoot ASP in IIS
5.0). This article proved usefull.
In my case the Global.asa file fouled up the response. When I renamed the
Global.asa file and restarted IIS, my ASP page responded as expected. So now
I am studying the use of the Global.asa file (how and why it interferes with
simple ASP pages).
My Global.asa file was the result of running FP2000 Insert|Database|Result
and creating a page using the NorthWind sample database (just entering
through the wizard). Apparently that is enough to foul up further use of
ASP.

Henk Baas
 >> Stay informed about: Reply for an ASP page stops 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 7) Posted: Thu Oct 23, 2003 1:49 pm
Post subject: Re: Reply for an ASP page stops [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hello. I wrote 309051, so I am glad it helped you. The global.asa file will affect every asp page in that directory; hence "global." In this file, you specify
routines, whatever, that would affect every asp page. As well, if the global fails, so will all asp in that directory. A good book on ASP is Beginning Active
Server Pages 3.0 by Wrox. It can tell you a lot about what you need to know about asp.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: "Henk Baas" <hbaas RemoveThis @compuplan.nl>
| References: <uGJfsIjkDHA.1740 RemoveThis @TK2MSFTNGP12.phx.gbl>
| Subject: Re: Reply for an ASP page stops
| Date: Wed, 15 Oct 2003 14:36:31 +0200
| Lines: 16
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
| Message-ID: <O3IPtgxkDHA.2528 RemoveThis @TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: cp281365-a.mill1.nb.home.nl 217.122.75.2
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:279663
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Browsing through other questions in the newsgroup I found references to
| Microsoft Knowledge Base Article 309051 (HOW TO: Troubleshoot ASP in IIS
| 5.0). This article proved usefull.
| In my case the Global.asa file fouled up the response. When I renamed the
| Global.asa file and restarted IIS, my ASP page responded as expected. So now
| I am studying the use of the Global.asa file (how and why it interferes with
| simple ASP pages).
| My Global.asa file was the result of running FP2000 Insert|Database|Result
| and creating a page using the NorthWind sample database (just entering
| through the wizard). Apparently that is enough to foul up further use of
| ASP.
|
| Henk Baas
|
|
|
|
 >> Stay informed about: Reply for an ASP page stops 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]