I am writing a load balancer for my web farm. Each request made to my web application need to go though the load balancer, which will first check availability of host machine and will then route request to available machine. Now my web-applilcation is using forms that need to post back to server. Again load balancer need to intercept this post- back to see which machine is available and then route this request to that machine.
http://MyLoadBalancerIP/MyApp -> http:// FirstHostMachineIP/MyApp http://MyLoadBalancerIP/MyApp -> http:// SecondHostMchineIP/MyApp Any idea how this could be done? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/DotNetDevelopment You may subscribe to group Feeds using a RSS Feed Reader to stay upto date using following url <a href="http://feeds.feedburner.com/DotNetDevelopment"> http://feeds.feedburner.com/DotNetDevelopment</a> -~----------~----~----~----~------~----~------~--~---
