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.