Have you encountered this issue? Two web servers are using a shared config file. The server with the original file was restarted. The second server which reads the shared file over a network path does not recognize any new virtual directories created since the restart.

Any way to force the second web server to re-read the new config file short of a restart? Seems like its working with a cached copy and not reading the updates. Any hot appcmd-like ideas that will magically work?

Environment is IIS 7.5 on W2K8 R2. ASP.Net 3.5.

Thanks!

link|improve this question
This may not be an acceptable way for you (depends on what's your app does) .. but have you tried recycling app pool ? – LazyOne Sep 3 '11 at 22:39
We tried that. Alas, to no avail. We had to restart IIS in the middle of the night on the server with the issues. – Larry Sep 9 '11 at 20:01
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.