nlb

asp.net, stateserver, NLB, session lost.

Hello everyone, 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 setup, I found that sometimes, our session is lost. A day and a half later, here's the result: Yes, our machine.config both ha...

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 jquery ajax. This MVC site in turn queries sql server running on a seperate box. We have a custom session profile which requires a call to t...

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 'http://apps.mydomain/MyService.svc'. The request failed with HTTP status 400: Bad Request. Metadata contains a reference that cann...

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 forwarded to the same IIS server? ...

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 you create it on one web server does it get automatically copied to other servers as well? Or do you have to extend the app to other servers?...

Network Load Balancing (NLB): is it suitable for "stateful" ASP.NET applications?

Hi everybody, 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) as a primary way of creating a web farm. However, Wikipedia says that "NLBS is intended for ... stateless applications". Our...

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 balancing with Windows 2003 or later editions)? EDIT: I am specifically interested in the impact of application protocol on load balancing? For e...

Limit WCF endpoint to node address in a NLB cluster

We have a WCF service on a NLB cluster. The service is reachable via the NLB address but also via the specific node address. The problem is that the service also has some maintenance interfaces that must not be reachable on the NLB IP. I tried to configure this with <endpoint address="http://NODENAME:8440/Maint" ... but the endpoint...

How to use add-nlbclusternode in PowerShell

Hi, I'm newbie for PowerShell and NLB. PowerShell 2.0 has supported nlb in cmdlet and I can't add a remote machine to the cluster. Does Add-Nlbclusternode support to add a remote machine? If so, which param indicates the remote machine and interface, -HostName and -InterfaceName? like add-nlbclusternode -interfacename "xxx" -hostna...

Biztalk Server 2009 - Failover Clustering and Network Load Balancing (NLB)

Hi, 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. As part of our application, we will have incoming traffic via the MSMQ, FILE and SOAP adapters. We also have a requirement for High-av...

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 in the cluster. It seems to be the most ordinary thing to do. But wouldn't there be a problemm, when one server is deployed with the new v...

NLB and Host Header Value

Background: We are using MOSS 2007 in farm configuration, 2 WFE, 1 Indexer and SQL Server. MS NLB is used for load balancing. Host header value mapped to Virtual IP of Cluster in DNS, is used while creating the web applications in MOSS and all are sharing port 80. Problem: When client tries to access the web application that are confi...

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 way to do this? ...

How to replicate wwwroot over multiple IIS web servers with NLB without NAS?

We're adding a second server with Windows NLB for a bit of redundancy (ie the power goes on one of the servers - I know its not the best solution). How can we keep the data identical between the servers? Dont want to use a SAN or NAS as thats just something else to go wrong. Customers can upload images with the web app so changes could ...

microsoft NLB infrastructure - duplicating messages

Hi we have an NLB installation and application which binds to both NLB and other ip. It happened under load condition that both sockets receive information which was sent to NLB address. Has anyone encountered such condition. ...

IIS NLB - Force particular URL to one server

Is it possible to force all requests for a particular page to a fixed server within a NLB cluster? This page doesn't use application or session variables, but does make use of an ASP.NET cache. ...

Network Load Balancer taking a long time to redirect to a new server

** 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 always has prompt responses, so I thought I'd try my luck here! ** Hi, I have two servers, both with Windows Network Load Balancing insta...

.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 mostly. I can send a request and get a response. However, the generated metadata consistently refers to a particular node in the cluster...

On which hardware NLBs can I set a limit for calls per second for a specified port?

I don't know much about hardware NLBs, but I need this function to limit the load, which comes inside the cluster, and cut the requests that are over the limit. Is it a regular feature for such devices? ...

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 same. NetTcpBinding.maxConcurrentCalls, NetTcpBinding.ListenBacklog and NetTcpBinding.MaxConnections Note: During single machine configurati...