Hi,
I have two Web Servers connected through Wireless link. Also implemented replication between two servers.
I have been using ASP.NET & SQL Server 2000
I want to provide 99.99 % uptime
Both the servers should balance the load and provide consistent uptime.
If one server fails it should connect to another.
If wireless link fails, then individual server should take the load.
Both the servers should be access through same url e.g. http://mycompany.com
Please provide me suitable solution for the above problem.
Thanks in advance.