After researching this, I found out I had 2 things going on:
1. I would periodically get a 'Web Service Unavailable' error. The
Event Log would say that there was some sort of thread error. When I looked
on Microsoft support, there was a ticket that told that it was fixed in .NET
Framework 1.1 SP1. When this was installed, this issue went away.
2. The web server would stop serving pages. To answer your question,
there are no errors written to the log files. Here is the funny thing:
- After the original post, I started a Performance Monitor session
on the Web Service. Once this started, the web server became stable. I even
ran the Microsoft Web Application Stress Tool many times against the page in
question, and nothing brought it down. It was stable until I posted an update
to the code/HTML. After that, the same issues re-appeared. I even tried the
Performance Monitoring trick, but that didn't fix it. The weird thing about
this that the 'Service Uptime' for the 'Web Service' in the Performance
Monitor still keeps on ticking, even though it doesn't do anything.
Thanks.
"Ken Schaefer" wrote:
> Is there anything in the IIS logfiles when the clients can't connect? This
> may help tell us whether IIS is actually receiving the request or not.
>
> What do the clients show when they "can't connect"?
>
> Do you have an ethereal/netmon network trace when the clients "can't
> connect"?
>
> Cheers
> Ken
>
> "Milhouse" <Milhouse.TakeThisOut@discussions.microsoft.com> wrote in message
> news:88EA31D1-6463-4476-9B41-C74B430EF1C4@microsoft.com...
> >I have created a web page that contains a meta-refresh that refreshes the
> > page every 15 minutes.
> >
> > After a few page hits, I need to bounce the world wide web service,
> > because
> > no web browsers can connect to it. When I go in to bounce the service,
> > everything is fine. The memory usage on that server is normal, as well as
> > the
> > CPU usage.
> >
> > How would I be able to diagnose what is causing this problem? There is
> > nothing in the server logs or event viewer that tells me what is going on.
> > I
> > even tried the 'Web Application Stress Tool' application, but it doesn't
> > give
> > me any useful information as to what is going on.
> >
> > Thanks in advance for your help.
>
>
><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Win 2K Server/IIS/ASP.Net