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.
0
votes
0answers
8 views
Service farm with WCF services: binding config
We created a service farm with 2 servers in it: AppRouter, AppSrv01, AppSrv02.
On AppSrv01 and AppSrv02 we publish WCF services for our client application. Services are hosted using IIS, AppRouter ...
0
votes
2answers
58 views
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 ...
1
vote
0answers
57 views
Error run server secondary web farm framework 2.2
it error message:
Failed to run operation 'ProvisionPlatform'. Failed to run method 'Microsoft.Web.Farm.GetInstalledProductsRemoteMethod' on server '10.10.10.155'. Exception in response stream. ...
2
votes
0answers
263 views
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 ...
0
votes
0answers
48 views
Taking a server out of an Application Request Routing farm
I've setup ARR and two IIS websites that both run in a farm that ARR serves.
The sites are deployed using Continuous Deployment, and when doing so they revert to an app_offline page.
What I want to ...
-2
votes
1answer
139 views
Creating a Private Cloud in the lab for hosting a website [closed]
We are doing a project in college and that involves creating a website using C#, .NET and hosting it on the cloud. The cloud is going to be a private cloud created by using the computers available in ...
0
votes
0answers
118 views
Application Request Routing: 502 error if just one server fails. How to fix this?
I have Application Request Routing set up with two web servers + one server for load balancer. When both web servers are up, the routing works fine.
If I take one web server down, the load balancer ...
1
vote
0answers
181 views
single point of failure in IIS Web Farm Framework setting?
ASP.NET WEB API
Windows Server 2008 R2/IIS 7.5/Web Farm Framework 2.5
I am planning to deploy application across 4 web servers.
Should i use shared content/configuration using DFS among web ...
1
vote
1answer
218 views
IIS 7 , WebFarm and ARR module
I'm configuring my servers to work with WebFarm and the ARR module .
I'm looking ofr implementing a functionality to use the ARR for versionning purposes on my system.
Example :
- I have N clients ...
0
votes
1answer
190 views
Adding server (with port) to IIS web farm from command line
I have a web farm setup correctly with 7 servers on it, I used IIS Webfarm GUI to add these server. Now I want to use the command prompt because I have to add more then 50 servers and don't want to do ...
1
vote
0answers
231 views
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 ...
1
vote
2answers
461 views
How to load balance and deploy on a web farm
I am using webdeploy to automatically deploy a application on a testserver via teamcity. Now once all test scripts are run I want to deploy it on Live servers. I have installed a web farm on ...
2
votes
1answer
1k 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 ...
2
votes
0answers
229 views
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 ...
1
vote
1answer
368 views
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 ...
1
vote
0answers
240 views
Issue provisioning IIS 7.5 server using Web Farm Framework 2
We are getting the following error when trying to provision a secondary server:
We did have DFS-R services installed, and as suggested in this post, we removed them, but no luck..
2
votes
1answer
459 views
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, ...
0
votes
1answer
368 views
Server availability automatically becomes “unknown” randomly when they are shown as “Ready for load balancing” using WFF2.1
Setup is using WFF 2.1 with 1 controller (10.0.2.10), 1 primary (10.0.2.11) and 1 secondary (10.0.2.12).
Every so often, a few times a day, the website will just hit a 502 error and upon checking ...
3
votes
0answers
757 views
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 ...
2
votes
2answers
758 views
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. ...
2
votes
0answers
233 views
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 ...
2
votes
1answer
128 views
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?
2
votes
2answers
899 views
Web deploy 2.0 vs. Web Farm Framework 2.0
After reading Scott Gu's newest post (http://weblogs.asp.net/scottgu/archive/2011/01/20/microsoft-web-farm-framework-2-0.aspx), I wondered how Web Deploy and Web Farm Framework are different?
3
votes
1answer
768 views
Possibly really stupid Web Farm Framework question
My apologies if this is a really stupid question, but 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 ...