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!