Running IIS 5.0. Running both .NET and ASP pages. Every
several weeks all the ASP pages stop responding. Nothing
is displayed. No events show up in event logs showing that
the server is having problems. .NET and static HTML pages
continue to respond. Restarting the world wide web
publishing service gets the asp pages responding again.
Any thoughts as to what is going on?

Re: ASP pages stop responding periodically by Ray

Ray
Wed Nov 19 10:03:17 CST 2003

If restarting IIS resolves it, my guess is that it's NOT this, but it's
worth a quick read anyway. http://www.aspfaq.com/show.asp?id=2147

Ray at work

"Jonathan" <anonymous@discussions.microsoft.com> wrote in message
news:00c401c3aeb6$27bc5240$a101280a@phx.gbl...
> Running IIS 5.0. Running both .NET and ASP pages. Every
> several weeks all the ASP pages stop responding. Nothing
> is displayed. No events show up in event logs showing that
> the server is having problems. .NET and static HTML pages
> continue to respond. Restarting the world wide web
> publishing service gets the asp pages responding again.
> Any thoughts as to what is going on?



Re: ASP pages stop responding periodically by East

East
Tue Nov 25 06:38:45 CST 2003

I have had this type of problem before.

My problem was Db connections strings had been opened but
not shut. Also same goes for recordsets. I would say
somewhere on your site you have pages with some bad code
in them.

>-----Original Message-----
>If restarting IIS resolves it, my guess is that it's NOT
this, but it's
>worth a quick read anyway.
http://www.aspfaq.com/show.asp?id=2147
>
>Ray at work
>
>"Jonathan" <anonymous@discussions.microsoft.com> wrote in
message
>news:00c401c3aeb6$27bc5240$a101280a@phx.gbl...
>> Running IIS 5.0. Running both .NET and ASP pages. Every
>> several weeks all the ASP pages stop responding. Nothing
>> is displayed. No events show up in event logs showing
that
>> the server is having problems. .NET and static HTML
pages
>> continue to respond. Restarting the world wide web
>> publishing service gets the asp pages responding again.
>> Any thoughts as to what is going on?
>
>
>.
>