I have farm with 3 servers: 2 web and 1 DB. All servers are identical Windows 2008 R2 fresh installation. 2 servers running IIS7 websites and connect 3rd server as a back end DB. IIS servers running several sites and each site points to dedicated sub directory under Inetpub.
DFS replication of whole Inetpub folder configured between these 3 servers and works perfectly except one thing: When I put new file or modify existing file on one of the web sites directories, it replicates to all DFS members and accessible through IIS, however after 20 minutes it just dissapears (if this is a new file) or reverts to previous version (if the file was modified). When I put the file under the root of Inetpub folder, it stays there.
Here what I tried until now:
- Modified the DFS replication topology from Full Mesh to Hub-and-Spoke
- Tried to disable links in order to eliminate "Master-Slave" issues.
- Tried to remove "Read Only" attributes from files and folders
- Tried to stop IIS in order to eliminate IIS locking issue.
I'm kinda out of ideas here. Any help will be appreciated.