I have a local development server running Windows Server 2003 that hosts a few applications running on IIS 6.0. I can connect to these said applications just fine but after an unknown period of time they are unreachable, giving me 404 errors. I'm still able to ping the server when I get these 404 errors.
However, I have noticed if I run ipconfig /release
and ipconfig /renew
on the client the connectivity issue becomes resolved.
Any thoughts on what might be happening here and how it can be resolved?
Update 1
When I'm having connection problems the IIS error log shows that the s-reason
is Timer_ConnectionIdle
.
Hm, it's possible you did not enable to the correct web extensions which could explain it's intermittent working.
I'll link you to this article from technet: technet But the snippet I'd pay attention to is this;
So essentially, use your log files and try to narrow down the specific error. A 404 can be a lot of things and hard to solve without a more specific error tag.