Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Win 2K Server/IIS/ASP.Net

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  Reserve proxying content from a unix box in IIS6  
Author Message
milhouse

External


Since: Aug 28, 2004
Posts: 2



(Msg. 1) Posted: Sun Aug 29, 2004 12:47 am
Post subject: Win 2K Server/IIS/ASP.Net
Archived from groups: microsoft>public>inetserver>iis (more info?)

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.

 >> Stay informed about: Win 2K Server/IIS/ASP.Net 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 2) Posted: Sun Aug 29, 2004 6:45 pm
Post subject: Re: Win 2K Server/IIS/ASP.Net [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 DeleteThis @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 
Back to top
Login to vote
user2154

External


Since: Sep 12, 2004
Posts: 1



(Msg. 3) Posted: Mon Sep 13, 2004 2:39 am
Post subject: RE: Win 2K Server/IIS/ASP.Net [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Am experiencing the same symptoms...currently running a Win2k3 server
/IIS/ASP.net

Have the exact same problem running a meta-refresh every 5 minutes. No user
or web browsers are able to open up the default pages after several hits.
Logs do not reveal anything out of the ordinary.
Have to stop & start the service to resolve the problem...

Would appreciate some insights into this....

Thanks in advance....


"Milhouse" wrote:

 > 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 
Back to top
Login to vote
milhouse

External


Since: Aug 28, 2004
Posts: 2



(Msg. 4) Posted: Wed Sep 15, 2004 8:00 pm
Post subject: Re: Win 2K Server/IIS/ASP.Net [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
web server - I'm using IIS on an XP Pro machine as a web server and would like to know which application is best suited for web page creation , Publisher or FrontPage. This will be for an Intranet and will be used initially to access (for viewing and updating) ou...

ftp server through IIS - I can connect to ftpserver\folder from a url link I can connect to a file within the ftp root folder and get the save as or open box up ok. But I can't connect to ftpserver\folder\file.exe I get a "page can not be displayed" error? Does anyo...

2003 web server - Isn't it possible to host more than 1 domain on a computer/server by installing more than 1 nic and assigning each nic with its own IP address?? if so where could I find more information on setting up a windows 2003 web server at home. thanks

Can I become my pc to my web server? - I want to know if you can become my pc to my web server using my IP adress y Windows XP or Windows Server 2003

ID an IIS server - i currently have 40+ servers and there's a patch for IIS that i need to install. is there any app utility/tool i could use to ID which one of my servers are running IIS? thanks
   Web Hosting and Web Master Forums (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 ]