Questions tagged [web-farm-framework]

Web Farm Framework is the name of the framework for IIS 7 for web server clustering. It is user for distributing the load of requests accross the multiple servers, i.e. load balancing of web traffic.

Web Farm Framework is the name of the framework for IIS 7 for web server clustering. It is user for distributing the load of requests accross the multiple servers, i.e. load balancing of web traffic. More information is available from here

The Web Farm Framework achieves its goal via one primary and many secondary servers. Primary server is responsible for syncronizing the content accross the existing and newly added secondary servers.

42 questions
7
votes
1 answer

Where to download Web Farm Framework and External Cache for IIS 8?

I have a Windows Server 2012 R2 Standard (x64-based processor), and it has IIS 8. I need to configure reverse proxy on it, and it is missing the URL Rewrite module. From what I have read, URL Rewrite requires the Application Request Routing (ARR)…
user3573403
  • 1,780
  • 5
  • 38
  • 64
5
votes
0 answers

Intermitten synchronization failures with Web Farm Framework

I'm using the webfarm framework 2.0 on an IIS 7.5 Windows 2008 RC2 farm with two nodes. Several times a day the farm will suddenly fail. There are basically two different types of failures. One due to a thumbs.db file being locked, the other being…
JNappi
  • 1,495
  • 1
  • 14
  • 24
3
votes
1 answer

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 to create the web farm and then configure…
ershad
  • 121
  • 2
  • 8
3
votes
0 answers

FARM Stack - SameSite="none"; Secure can't be set on logout API call

I have a backend based on the FARM stack by MongoDB (https://www.mongodb.com/developer/how-to/FARM-Stack-FastAPI-React-MongoDB/), with authentication (https://www.mongodb.com/developer/how-to/FARM-Stack-Authentication/). Authentication works as it…
3
votes
1 answer

Web Farm Framework: how do I access the application?

I have installed and set up the new Microsoft Web Farm Framework in a UAT environment with a controller machine, a primary, and a secondary server. I have installed one of our in-house applications on to the primary server and it has been…
hermiod
  • 1,158
  • 4
  • 16
  • 27
3
votes
2 answers

Cannot install Microsoft Web Farm Framework v2.2

Trying to install Microsoft Web Farm Framework v2.2 on a Windows 2008 server. I've already downloaded and installed Web PI v3 after realising v4 is too new to be able to download the Web Farm Framework. When I run the installer for the Web Farm…
jaffa
  • 26,770
  • 50
  • 178
  • 289
3
votes
0 answers

Web Farm Framework fails to mirror to Secondary server

I've been dealing with trying to get the Web Farm Framework working correctly for awhile now and it's just not working. If I can't find a solution I'm going to have to look at another product or do dual deploys out of our build server. The setup is…
Bil Simser
  • 1,713
  • 1
  • 19
  • 27
3
votes
0 answers

SSL Offloading with Application Request Routing - How can I make application aware of the secure connection?

Is there anything I can do to make my application aware that arr is doing SSL offloading? I want to implement arr with offloading in my current environment but our application currently makes the decision to redirect http to https depending on a…
2
votes
0 answers

ASP.NET MVC 3: Does [RequireHttps] work with Web Farm Framework?

I had a similar question here but I need it solved in a different way because you are not supposed to load SSL certs on every server (which is what we did in that question.) If you have this in MVC3 and WWF resolves the SSL prior to delivering the…
Zachary Scott
  • 20,968
  • 35
  • 123
  • 205
2
votes
1 answer

Automated application provisioning and file locking

We have WFF 2.5 installed, and have used it to successfully configure a farm and provision a secondary server in our test environment. Our environment (controller, primary, secondary servers) is Windows 2008 Server Web Edition R2, running IIS 7.5,…
Matt Evans
  • 7,113
  • 7
  • 32
  • 64
2
votes
1 answer

Web Farm Framework and MVC 3: How to require Https on an Action Method?

I know you can do this: #if !DEBUG [RequireHttps] //apply to this action only #endif What if you are using Web Farm Framework where "the Controller" server receives an outside SSL 443 request, decrypts it, then forwards it to the Primary /…
Zachary Scott
  • 20,968
  • 35
  • 123
  • 205
2
votes
2 answers

Orchard and Umbraco running on Web Farm Framework 2.0

I am in the process of choosing a CMS system for a few websites we are about to create. We're running a Microsoft environment, so we're only looking at .NET systems, specifically Orchard or Umbraco. We will be running the sites on a cluster running…
Maple
  • 350
  • 1
  • 8
2
votes
0 answers

Leveraging ARR with WFF 2.0 and NTLM

I have successfully deployed the Web Farm Framework 2.0 module with a controller and two bound WFE servers. I am able to use Application Provisioning, Load Balance, and the Routing Rules without much distress. However, once I attempt to use…
websch01ar
  • 2,103
  • 2
  • 13
  • 22
2
votes
1 answer

Is there any documentation for the RegKey provider for Web Farm Framework?

Is there any documentation out there for the "Application Provisioning" providers in the Web Farm Framework?
Brian
  • 37,399
  • 24
  • 94
  • 109
2
votes
2 answers

How to use web farm framework and octopus deployment

I have done a setup for automation deployment using team-city and octopus. it is successfully deploying to required servers but I need to load balance as well. Any idea how can I combine them together. Or any other best option for performing load…
sam
  • 4,594
  • 12
  • 61
  • 111
1
2 3