NLB issue
I have conifgured network load balancing basically with two hosts and hosted a simple web application on them. The load balancing is working fine (distributing requests to the hosts) . But, I have a problem which I have described as follows.
Let us assume there are two servers A and B
I have a simple ASP.NET application which takes two inputs. I have two buttons, Next and Save. When I click on Next button, I add the values to the Viewstate and when I click on Save, the values are saved to the database.
1) Accessing server A, specify inputs, click Next button.
2) specify inputs, remove network cable from server A
3) Click Next,
Now, what is observed is that it takes some time and the request is forwarded to Server B. But, whatever data is posted is not available. Is there any possible way to overcome this?
Regards,
Ramesh
|