I am having a very strange issue with IIS 6.0 and an ASP.NET application. I have a development box that has 2 websites on it (Default and Developement) the default website is still the standard website that is installed with IIS and then I have a development site with a host header value with the hostname of the box. The problem I am having is that access to the application works fine for quite a while (hours). Then when left alone overnight IIS stops routing requests to the development site and routes them to the default web site. If I restart IIS then app starts working again and the process repeats.
I have tried just restarting the app pool this site is on (it is on a different app pool than the default site) and that doesn't work. Only a restart of IIS does the trick. There are NO events in the event log and nothing in the HTTP logs to indicate any kind of a problem.
Any ideas would be greatly appreciated, this is very frustrating.
Also I have this same application running on another box under the same setup and it works fine. This issue seems to be isolated to this box and this instance of IIS.
Thank you.