Search code examples
iisvmwaredisaster-recovery

IIS, VMWare, DR


We have a number of web servers in our VMWare environment. I am a developer (not a sys admin) so I am not familiar with VMWare, but our IT team currently feels the best way to maintain a DR site is to maintain multiple VMWare servers and each time I make changes in IIS in production, I need to make the same changes on the DR VMWare server. This seems like excessive work as well as risky - considering it requires manual redundant configuration.

Is there a way where we can replicate our production VMWare servers to a DR server, and retain IIS settings, file permissions, etc?


Solution

  • We use Web Deploy to sync our production server across multiple locations.