|
 |
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums. If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
|
 |
|
|
 |

March 24th, 2004, 07:00 AM
|
Registered User
|
|
Join Date: Mar 2004
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|

March 24th, 2004, 01:22 PM
|
 |
Friend of Wrox
Points: 16,481, Level: 55 |
|
|
Join Date: Aug 2003
Location: Clifton Park, New York, USA.
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
|
|
So the next button is only putting values to viewstate. And you aren't using the session for anything correct?
In theory, you shouldn't loose anything. Posting to either server shouldn't make any difference.
|

March 25th, 2004, 12:21 AM
|
Registered User
|
|
Join Date: Mar 2004
Location: , , .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes... Actually it works fine when we shutdown the machine (since the NLB knows that this node is not part of the cluster).
But, when we pull out the network cable, this happens.
Any help on this would be great.
Thanks,
Regards,
Ramesh
|
Thread Tools |
Search this Thread |
|
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Similar Threads
|
Thread |
Thread Starter |
Forum |
Replies |
Last Post |
Com issue(really urgent) |
balesh.mind |
ASP.NET 2.0 Professional |
2 |
May 14th, 2008 03:35 AM |
Drop Down Issue |
SKhna |
ASP.NET 2.0 Basics |
1 |
March 19th, 2008 06:29 AM |
Issue with DTD |
tgopal |
CSS Cascading Style Sheets |
2 |
September 20th, 2006 04:15 AM |
Another issue |
islandtiu |
BOOK: Beginning ASP 3.0 |
1 |
February 14th, 2005 11:49 AM |
Sub Report Issue |
bjoneskc01 |
BOOK: Professional SQL Server Reporting Services ISBN: 0-7645-6878-7 |
1 |
January 21st, 2005 11:26 AM |
|
 |