I used to have only one Windows 2000 + IIS server in my intranet with lots
of ISAPI and ASP applications.
As my LAN grew up, I bougth two W2k3 + IIS servers. The idea is keep this
two websites replicated.
I installed Network Load Balancing and my questions are about replication.
When I have to updated them I guess I'll need to:
1) Drainstop SERVER A (NLB command to finish current actitives and stop
working), so B will handle all new traffic. When A it's ready, update web
server files, obviously unloading all ISAPI applications first. When I'm
done start it again
2) Drainstop SERVER B. A receives all new connections with its updated
files. Update servers files in B. Start it again.
So, my questions:
a) Is it correct the way I'm supposed to handle replication?
b) Is there any application to help me automate this tasks? What about
Microsoft Application Center?
c) Do you have any other ideas to implement this? Maybe having a
distributed/replicated file system?
Thanks a lot!