G
Guest
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
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 node
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 and it treats as a new request. Is there any possible way to overcome this
Thanks in advance
Regards
Ramesh
Let us assume there are two servers A and
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 node
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 and it treats as a new request. Is there any possible way to overcome this
Thanks in advance
Regards
Ramesh