Every month or so IIS 7 running on Windows Server 2008 drops our Virtual Directory settings. I've checked the applicationHost.config file and it appears to save properly.

In the event viewer I did find this somewhat mysterious log:

The WinHTTP Web Proxy Auto-Discovery Service service entered the stopped state.

That is preceded by hundreds of logs referring to an server update.

What would cause IIS 7 to drop a virtual directory?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Although I am sure your server is assigned a static IP address, I would check to see if the DHCP service is not disabled.

A simplistic explanation of the WinHTTP Web Proxy Auto-Discovery Service (aka) Web Proxy Autodiscovery (WPAD) is that its a web cache service that stores copies of Web pages. It relies on the DHCP service.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.