InfoQ Homepage News Microsoft Web Farm Framework, a Tool for Automating Operations Across a Server Farm
Microsoft Web Farm Framework, a Tool for Automating Operations Across a Server Farm
This item in japanese
Sep 09, 2010 1 min read
by
Write for InfoQ
Feed your curiosity. Help 550k+ globalsenior developers
each month stay ahead.Get in touch
Microsoft Web Farm Framework (WFF) is a free IIS plug-in used to provision and manage systems in a web server farm, enabling the installation and configuration of software components across the farm plus support for automated deployment of ASP.NET applications. WFF can be integrated with load balancers, and can be configured to update the servers in the farm without taking down the entire site by pulling down and updating one server at a time.
Scott Guthrie, a Corporate VP at Microsoft, has written a detailed explanation of what WFF is an how it can be used. WFF can be used to perform all the tasks involved in provisioning and managing servers in a farm, saving the operations personal from performing many manual steps such as:
- Installing IIS, ASP.NET and all of the core platform components on the servers
- Installing and configuring custom IIS modules (UrlRewite, Media Services, etc)
- Configuring IIS Application Pools and Sites
- Setting up SSL certificates for things like HTTPs endpoints
- Copying and synchronizing the appropriate sites/applications/content across the various boxes
- Coordinating the various web servers with a HTTP load balancer to distribute load
WFF allows an operator to install IIS, ASP.NET, SSL certificates and configure a new IIS Application Pool on one server, then duplicating the configuration made to the other systems. Application provisioning works the same way, i.e. an application is installed once on one server then WFF replicates it across all servers.
WFF can be further automated with Windows PowerShell cmdlets including creating a server farm, adding/removing servers, setting up applications, and starting/stopping a certain server.
The servers in the farm need to have Windows Server 2008 or Windows Server 2008 R2 installed. IIS 7 or IIS 7.5 is also needed on the controller server.
This content is in the .NET topic
Related Topics:
-
Related Editorial
-
Related Sponsors
-
Popular across InfoQ
-
Cloudflare Introduces Data Platform with Zero Egress Fees
-
Grafana and GitLab Introduce Serverless CI/CD Observability Integration
-
TanStack Start: A New Meta Framework Powered by React or SolidJS
-
Java News Roundup: OpenJDK JEPs for JDK 26, Spring RCs, Quarkus, JReleaser, Seed4J, Gradle
-
Redis Critical Remote Code Execution Vulnerability Discovered after 13 Years
-
If You Can’t Test It, Don’t Deploy It: The New Rule of AI Development?
-
Related Content
The InfoQ Newsletter
A round-up of last week’s content on InfoQ sent out every Tuesday. Join a community of over 250,000 senior developers. View an example