Get the Servers which are connected to Load balancer
-
Tuesday, March 27, 2012 5:33 AM
Hi
I have loadbalancing server.How can i get the servers which are connected to that loadbalance server.
Regards
Muralikrishna
- Edited by Ultimate Specialist Tuesday, March 27, 2012 12:43 PM subject change
All Replies
-
Tuesday, March 27, 2012 8:06 AM
Hello,
On a load balancing server runs programs, if it is well done goes that independently from those programs.
It is done by the System Admins who life in another building of the Microsoft forums then MSDN
http://technet.microsoft.com/forums
Success
Cor -
Tuesday, March 27, 2012 12:41 PM
Hi
I am using C# as programming language,so how can i get the servers which are connected to that loadbalancing server.
Is there any method in .net which accepts load balancer server name and returns me the servers connected to that.
I have tried in technet
http://technet.microsoft.com/forums but confused where to post the question.
Regards
Kris
-
Tuesday, March 27, 2012 12:46 PMIMHO there is no method exists in c# for what you are doing. try WMI to query against your servers, you may get lucky.
mark my post as answer if my post was usefull to you
-
Wednesday, March 28, 2012 4:39 AM
I have been deploying in the application in the application servers which are connected to a loadbalancer. But based on the load the application will be installed on one of the servers not in all the servers.
For example: "machine1" and "machine2" are connected to load balancer "ApplicaionServer.Server.Local" . I wanted to deploy the application in both the machines.But while i contact the loadbalancer, it will return me either 'machine1' or 'machine2' so i am unable to deploy the application in both machines.
-
Wednesday, March 28, 2012 5:19 AM
You are looking for host name, below link may help you.
http://stackoverflow.com/questions/1345676/c-sharp-asp-net-how-to-get-the-server-ip-address
http://forums.devshed.com/net-development-87/getting-host-name-in-c-128726.html
-
Wednesday, March 28, 2012 12:13 PM
No.
I want to get the machine names which are connected to the loadbalancer server
As shown in the figure I know the load balancer server name,But i dont know which servers are connected to loadbalancer,how can i get the servers which are connected to load balancing server.
-
Wednesday, May 02, 2012 6:01 AM
HI,
Please check the following reference , hope could make some help,
http://www.dotnetjalps.com/2010/03/aspnet-and-load-balancing.html
http://msdn.microsoft.com/en-us/library/ms730128.aspxAlso, you could visit the below link to see the various paid support options that are available to better meet your needs if you requires a more in-depth level of support.
http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone
Regards

