InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Microsoft Web Farm Framework, a Tool for Automating Operations Across a Server Farm

Posted by Abel Avram on Sep 09, 2010

Sections
Development,
Operations & Infrastructure
Topics
.NET ,
Web Servers ,
Web Frameworks ,
Operations
Tags
Load Balancing ,
Automation ,
IIS 7

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.

No comments

Watch Thread Reply

Educational Content

Jesper Boeg on Priming Kanban

In this interview, Jesper Boeg, author of the new InfoQ book – Priming Kanban, discusses the keys to using Kanban effectively, and how to get started if you are currently using other approaches.

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.