Portal Home > Knowledgebase > Articles Database > Load Balancing / File Mirroring & Replication - Microsoft IIS Servers


Load Balancing / File Mirroring & Replication - Microsoft IIS Servers




Posted by cm_guy, 07-30-2009, 02:58 PM
Hello, we have a few web servers that run Windows 2003 Server and IIS for web page hosting. We develop custom applications and don't do "web hosting" per se. What is the best way to do this in a load balanced environment? We have a Cisco load balancer out in front of these servers, but I'm curious about the following: 1) Is there a way to replicate IIS entries instead of having to configure the site on each server? 2) How does everyone handle file replication (hopefully in real time) across all servers? Thank you in advance for the assistance.

Posted by ServerIntellect_BH, 07-30-2009, 04:34 PM
You can use the command-line script iiscnfg.vbs, which is stored in systemroot\System32, to copy the IIS metabase and schema from one computer to another." http://www.microsoft.com/technet/pro....mspx?mfr=true If you don't have too many files, you can use DFS. But it requires Active Directory. http://www.microsoft.com/windowsserv...s/default.mspx Otherwise, a standard scheduled copy job will suffice. And there are several options here; XCOPY, ROBOCOPY, RICHCOPY. ROBOCOPY: http://ss64.com/nt/robocopy.html RICHCOPY: http://technet.microsoft.com/en-us/m...t.aspx?pr=blog Hope this helps!

Posted by OnlineRack, 02-13-2015, 09:22 AM
The problem with RichCopy and robocopy is they do not copy open files. RichCopy was really good though as it was easy to use. It does have a few bugs.



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
Reseller question (Views: 724)
What should I do??? (Views: 721)
Best FTP Program? (Views: 721)


Language: