> I have a .NET web service running on a 2K box and IIS 5. We've experienced
> it twice now where the service stops responding to any type of request after
[quoted text clipped - 6 lines]
>
> Thanks,
Sounds similar. But the consumer just hangs and never succeeds. However,
the service is returning some data - is your return type just a void? And
yes, I never get a 500 error, the logs for the service are empty as if it is
never called, and I don't see anything in the IIS logs either. Very strange.
What bothers me the most is that restarting IIS hasn't helped in some cases.
We've had to do a full reboot, which can potentially effect hundreds of
people.

Signature
Dan S
> > I have a .NET web service running on a 2K box and IIS 5. We've experienced
> > it twice now where the service stops responding to any type of request after
[quoted text clipped - 16 lines]
> called just fine. From the server side, it looks as if the method was
> never called!
jabailo@texeme.com - 07 Jul 2005 19:47 GMT
My return is void.
But here's the wierd thing on my side.
Knowing about this problem, what I do is a retry.
If there are 800 lines in the source, and I only see 500 web service
completes (by checking the database ) I run it again after waiting 3
minutes.
It usually works by at least the 3rd try!
Again the part that I find most bothersome is that to the code, those
calls look as if they were never made! They just disappear into the ether!
> Sounds similar. But the consumer just hangs and never succeeds. However,
> the service is returning some data - is your return type just a void? And
[quoted text clipped - 3 lines]
> We've had to do a full reboot, which can potentially effect hundreds of
> people.