C
Christopher D. Wiederspan
We are getting ready to move an ASP.NET application off of a single
development machine and onto a "webfarm". Basically our webfarm is a bunch
of identical servers with the load-balancing provided by a network
appliance. What I'm wondering is what is the best way to keep the ASP.NET
(.aspx and .dll) files synchronized across all of the servers in the farm.
Our ASP.NET application is very simple - we could just copy the content to
all of the servers in the farm, but with a large farm, it's fairly messy to
ensure that everything gets updated systematically.
Any ideas would be greatly appreciated.
Thanks,
Chris
development machine and onto a "webfarm". Basically our webfarm is a bunch
of identical servers with the load-balancing provided by a network
appliance. What I'm wondering is what is the best way to keep the ASP.NET
(.aspx and .dll) files synchronized across all of the servers in the farm.
Our ASP.NET application is very simple - we could just copy the content to
all of the servers in the farm, but with a large farm, it's fairly messy to
ensure that everything gets updated systematically.
Any ideas would be greatly appreciated.
Thanks,
Chris