.net - Sync Content on Multiple Servers -


We have a site that sits on two weight balanced application servers (3 of Win2), in which C # / ASP Net app is included and a bunch of static content that changes on a daily basis.

My question is, what is the best way to keep static content in sync. In Win2K8 we will be able to point to both servers on shared servers, but not in Win2K3

To do this, the site used to be good at server but no longer.

Ideally the solution should be cheap and quick and does not involve reusing the whole app (and we just upgrade to 2K8).

Have you used Robocopie which is a part of the Windows resource kit.

Here is a Wikipedia that has a lot of clarification with examples.

Try it too.

HTH


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -