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

IIS5 hangs on returning .asp

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  SSL - Page cannot be displayed  
Author Message
simonmweaver

External


Since: Sep 10, 2003
Posts: 4



(Msg. 1) Posted: Wed Sep 10, 2003 2:22 pm
Post subject: IIS5 hangs on returning .asp
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hi, Recently, IIS5 has stopped retuning files of
type .asp

In the browser, the progress bar just edges its way up
and stops about half way. The page never opens.
Everything works fine when an .htm is requested. I have
toggled Script Blocking in Norton AV, deleted & re-
uploaded the subweb and even removed & reinstalled IIS.
The pages still hang. So I think it must be something
outside the IIS environment on the machine.

The same web runs fine on another machine with identical
OS and IIS.

Please, can anyone give me a clue as to what to do next.

TIA, Simon

 >> Stay informed about: IIS5 hangs on returning .asp 
Back to top
Login to vote
user675

External


Since: Aug 28, 2003
Posts: 617



(Msg. 2) Posted: Wed Sep 10, 2003 10:27 pm
Post subject: Re: IIS5 hangs on returning .asp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Simon,

Try this article :

Active Server Pages cause an Event ID 36
http://www.iisfaq.com/?View=A463


Regards,

Paul Lynch
MCSE

 >> Stay informed about: IIS5 hangs on returning .asp 
Back to top
Login to vote
simonmweaver

External


Since: Sep 10, 2003
Posts: 4



(Msg. 3) Posted: Wed Sep 10, 2003 10:27 pm
Post subject: Re: IIS5 hangs on returning .asp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks Paul

The same behaviour started to occur on my mirror machine
that I had previously reported trouble free. I have
performed the steps outlined at <a style='text-decoration: underline;' href="http://www.iisfaq.com/?" target="_blank">http://www.iisfaq.com/?</a>
View=A463, The test asp ran fine in a fresh FrontPage,
and the behaviour went away after a log out/in.

Can you please tell me why, when I run my intranet on IIS
from a desktop url shortcut, do some asp pages require me
to dialup before they display? When the mouse passes over
the hyperlink on the homepage the mouse symbols changes
to display the 'not available' sign. The files are on my
machine, of course, and hosted by my web server. So I
don't understand why they are not available.

TIA, Simon

 >-----Original Message-----
 >Simon,
 >
 >Try this article :
 >
 >Active Server Pages cause an Event ID 36
 >http://www.iisfaq.com/?View=A463
 >
 >
 >Regards,
 >
 >Paul Lynch
 >MCSE
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS5 hangs on returning .asp 
Back to top
Login to vote
someone9

External


Since: Aug 25, 2003
Posts: 2419



(Msg. 4) Posted: Thu Sep 11, 2003 12:15 am
Post subject: Re: IIS5 hangs on returning .asp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Try using IISState:
<a style='text-decoration: underline;' href="http://www.iisfaq.com/default.aspx?view=P197" target="_blank">http://www.iisfaq.com/default.aspx?view=P197</a>

Testing an ASP page without a webserver is insufficient proof of its
functionality (i.e. FrontPage/Dreamweaver is insufficient). The webserver
is ultimately going to execute the ASP page to generate dynamic content.

The Dialup dialog has nothing to do with IIS at all. It has to do with your
Dialer settings on the client side (i.e. is your system configured to be
"always connected" or is it expecting to dial up to be connected to the
Internet)? Requiring a "Dialup" usually means your system thinks your not
connected to the Internet and you're trying to access an Internet resource.

Having a web server on the same machine as the client doesn't mean the
client is going to treat networking to access a URL on that web server any
differently... It's going to try to access the URL you specified via normal
networking, and if it cannot get to it and doesn't have it in its cache,
it's "not available" until the client can get back online to retrieve it.

--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Simon Weaver" <simonmweaver.DeleteThis@msn.com> wrote in message
news:0e6501c377d5$ca1e0410$a601280a@phx.gbl...
Thanks Paul

The same behaviour started to occur on my mirror machine
that I had previously reported trouble free. I have
performed the steps outlined at <a style='text-decoration: underline;' href="http://www.iisfaq.com/?" target="_blank">http://www.iisfaq.com/?</a>
View=A463, The test asp ran fine in a fresh FrontPage,
and the behaviour went away after a log out/in.

Can you please tell me why, when I run my intranet on IIS
from a desktop url shortcut, do some asp pages require me
to dialup before they display? When the mouse passes over
the hyperlink on the homepage the mouse symbols changes
to display the 'not available' sign. The files are on my
machine, of course, and hosted by my web server. So I
don't understand why they are not available.

TIA, Simon

 >-----Original Message-----
 >Simon,
 >
 >Try this article :
 >
 >Active Server Pages cause an Event ID 36
 >http://www.iisfaq.com/?View=A463
 >
 >
 >Regards,
 >
 >Paul Lynch
 >MCSE
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS5 hangs on returning .asp 
Back to top
Login to vote
tonda

External


Since: Sep 05, 2003
Posts: 5



(Msg. 5) Posted: Thu Sep 11, 2003 8:52 pm
Post subject: Re: IIS5 hangs on returning .asp [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi, Simon.

Take a look at IISTracer, <a style='text-decoration: underline;' href="http://www.pstruh.cz" target="_blank">http://www.pstruh.cz</a> - it monitors IIS in
real-time, during its work and lets you help to reveal the problem (some
problematic script usually ). IISTracer is free for 60 days.

Antonin

"Simon Weaver" <simonmweaver.TakeThisOut@msn.com> wrote in message
news:038301c377c8$7c093a90$a101280a@phx.gbl...
 > Hi, Recently, IIS5 has stopped retuning files of
 > type .asp
 >
 > In the browser, the progress bar just edges its way up
 > and stops about half way. The page never opens.
 > Everything works fine when an .htm is requested. I have
 > toggled Script Blocking in Norton AV, deleted & re-
 > uploaded the subweb and even removed & reinstalled IIS.
 > The pages still hang. So I think it must be something
 > outside the IIS environment on the machine.
 >
 > The same web runs fine on another machine with identical
 > OS and IIS.
 >
 > Please, can anyone give me a clue as to what to do next.
 >
 > TIA, Simon<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS5 hangs on returning .asp 
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 ]