views:

25

answers:

0

I'm experiencing issues deploying new code to my IIS wwwroot while the servers are active. The present configuration uses DFS to keep multiple servers in sync.

Our current migration approach is:

  1. 3 web server wwwroots are shared across DFS so they remain in sync
  2. When migrating new code we keep IIS active and push it to web1 which is eventually synced to web2

Is the following scenario, which uses multiple DFS targets on the same machine supported?

  1. 3 web server wwwroots and a migration_dest folder sitting on web1 are all shared across DFS
  2. When migrating new code we push to the destination folder which won't have files open and locked (like with IIS wwwroot)
  3. DFS synchornizes between the migration_dest folder and the wwwroots on all servers - including web1