0

What's the best way of replicating web content across an IIS web farm where the servers are not on a domain?

Most people seem to recommend DFS for this type of scenario, but I understand that relies on AD to work, and running a domain here is not an option.

If this were unix, I could happily do this with RSYNC, but would have to go down the cygwin approach to achieve that here, and I'm wondering if there's a better way.

growse
  • 8,020
  • 13
  • 74
  • 115
  • The best way iyss to install a domain. This is what MS hsoting recommedation (http://www.iis.net) says. Scalble hosting approach outside of MS recommendations without in depth knowledge is not a decent approach. – TomTom Mar 07 '11 at 14:17

1 Answers1

2

as long as the machines all have an account with the same username and password, you could just do this with robocopy in a scheduled task.

mfinni
  • 36,144
  • 4
  • 53
  • 86