IISReset deletes physical folder with DFS setup - Stack Overflow most recent 30 from stackoverflow.com2009-12-02T10:44:48Zhttp://stackoverflow.com/feeds/question/295830http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/295830/iisreset-deletes-physical-folder-with-dfs-setup0IISReset deletes physical folder with DFS setuprams2008-11-17T15:17:17Z2008-11-17T15:17:17Z
<p>I am trying to resolve an "automagic deletion of physical folder" issue with our web server setup. </p>
<p>We have 4 web servers with DFS (Distributed File System sharing) on the main folder of our root webserver. On one of the boxes the Virtual Directory name for a sub application is the same as the physical folder name. </p>
<p>On W1 the VD (Virtual Directory) name is "test" and maps to physical folder C:\MyTest</p>
<p>on W2 the VD name is "test" and maps to physical folder C:\test</p>
<p>If IIS on W2 is reset the physical folder on W1 disappears. </p>
<p>Question:
Are the folders mapped to VDs in IIS temporarily deleted when an IISReset is issued? </p>
<p>TIA</p>