Click here to Skip to main content
15,921,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have webpages(website) i.e.hosted on two difference server.I want to know if first server is down then we access website using second server.

Can you please guide how to know first server is working or not using C# and asp.net.
Can i get return from server status.
Posted

1 solution

Hello,

Basically in such scenario Load balancer (is a computer networking methodology) is use to redirect request from one down server to another server.

Plaase refer below links for more details :

http://stackoverflow.com/questions/9960258/when-to-use-load-balancing[^]



Please let us know your feedback if any.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900