Tagged Questions
NLB is short for Network Load Balancing, used to balance load accross multiple servers by round robin or other queuing techniques.
5
votes
2answers
5k views
Load balancing error with WCF service - NLB
UPDATE 3:
I created a Visual Studio 2008 test project and tried to create a service reference to shared site WCF service reference and received the following error:
There was an error downloading
...
3
votes
3answers
231 views
Failed to load viewstate on NLB
We have a system which dynamically creates the controls of a page every post back and handles back using the browser history and such.
The problem is that on the production server (2 nodes on NLB) we ...
3
votes
2answers
246 views
NLB and Web Deploy
I have two webservers in a cluster serving a web application.
Using MS Web Deploy to push a new version of the application to one server, and then again to synchronize the files to the other server ...
2
votes
2answers
76 views
ASP.NET MVC2 in the web farm - slow page load with high traffic
We have a web application written in MVC2 + Linq2SQL + MS SQL SERVER 2008 hosted on the web farm. Almost like stackoverflow.com
We have 4 x IIS7 + 1 SQL SERVER 2008 load balanced with MS NLB
Static ...
2
votes
2answers
432 views
WF4 Affinity on Windows Azure and other NLB environments
I'm using Windows Azure and WF4 and my workflow service is hosted in a web-role (with N instances). My job now is find out how
to do an affinity, in a way that I can send messages to the right ...
2
votes
6answers
3k views
How to keep user requests on the same server when using IIS NLB?
I have two IIS servers running using NLB. Unfortunatelly I cannot use shared session server, so every server is using its own session. How can I ensure, that all requests from the same user are ...
2
votes
9answers
2k views
asp.net, stateserver, NLB, session lost
1st post on stackoverflow, hope to have great feedback :)
I'm currently trying to load balance our web site. We have set up a 2 cluster NLB on windows server 2003 with IIS 6.
While testing the ...
1
vote
1answer
215 views
Windows Powershell & Managing NLB CLusters
I am in the process of developing scripts to allow automated management of Clustered servers, and as part of that I have a requirement to be able to stop and start cluster nodes from a Powershell ...
1
vote
1answer
714 views
WCF Service configuration in Web Farm and Load Balancing envrionment
I want to configure ASP.NET Website Project using WCF Service[NetTcp] (both in c#) for web-farm (for website) and NLB Load balancing (for service). I would like to configure following options for ...
1
vote
1answer
779 views
.net 4 WCF Endpoint in generated metadata (WSDL) points to node rather than virtual host hosted on load balanced (NLBS) IIS6
This is real simple. I have a wcf service (nothing fancy, just New Project-> WCF Service Application), that runs great in Visual Studio. When I deploy it to an clustered IIS6 environment, it works ...
1
vote
1answer
175 views
How to Sync a C# Application in-memory object
I have a WCF service to be load balanced with NLB (Windows Network Load Balancer). So I need a Dictionary object to be synced across all the instances of the WCF service.
What is the best possible ...
1
vote
1answer
2k views
Biztalk Server 2009 - Failover Clustering and Network Load Balancing (NLB)
We are planning a Biztalk 2009 set up in which we have 2 Biztalk Application Servers and 2 DB Servers (DB servers being in an Active/Passive Cluster). All servers are running Windows Server 2008 R2.
...
0
votes
0answers
23 views
Windows Server AppFabric Web Farm with NLB
We have the need to setup a highly available load balanced Windows Server. Is there a guide on how to setup a web farm with NLB configured? Our operations team tried to use the Web Farm Framework 2.2 ...
0
votes
2answers
57 views
Control Microsoft NLB with WMI c#
I try to control NLB with WMI.
WqlObjectQuery wql = new WqlObjectQuery (@"SELECT * FROM MicrosoftNLB_Node");
ManagementObjectSearcher search = new ManagementObjectSearcher(wql);
...
0
votes
0answers
54 views
Virtual IP failover on Windows?
I need to provide a HA failover solution for my windows solution. What I need is a simple virtual IP failover and not load balancing or clustering or Windows NLB. Is there such a solution in the ...
0
votes
1answer
83 views
How NLB will work with IIS-7 web services ?
We'are going to join 2 (two) IIS7 web-servers into NLB with the same web-service published (2 instances of the same web-service one per web-server).
Do I understand correctly, that NLB will work for ...
0
votes
1answer
72 views
MSMQ in a server farm
We are considering using MSMQ as a message processing service in our application. What we want is - MSMQ in a farm of servers sitting behind Network Load Balancer (NLB) that distributes load among the ...
0
votes
0answers
33 views
Script to control network balancing on mac
I was wondering if there is any script that will allow to limit the network bandwidth (download\upload) for a certain process on a mac?
Thanks,
M
0
votes
0answers
169 views
Network Load Balancer taking a long time to redirect to a new server [closed]
** Before you comment and say this should be on serverfault.com - it IS on serverfault.com and I've only had one comment so far over 48 hours - I desperately need to get this sorted and stackoverflow ...
0
votes
1answer
2k views
Network Load Balancing Biztalk Instances
What are some good articles/ resources to understand how load balancing is configured with Biztalk --- both in terms of inherent abilities of the product as well as employing NLB (network load ...
0
votes
4answers
653 views
Network Load Balancing (NLB): is it suitable for “stateful” ASP.NET applications?
I have posted the following question concerning ASP.NET web farms.
http://stackoverflow.com/questions/1816756/how-to-create-an-asp-net-web-farm/
Guys recommended using Network Load Balancing (NLB) ...
0
votes
2answers
1k views
Creating Web Application in SharePoint with multiple Web front ends
How do you go about creating a web application in a Sharepoint server farm that has multiple Web front ends(identical ones for load balancing), especially if you creating it from command line? When ...
0
votes
1answer
156 views
Budget NLB policy for 3 tier website needed
We have a few 'classic asp' client facing websites feeding off a central asp.net mvc site which acts as a webservice ie we query the MVC controllers directly from the ASP sites with extensive use of ...