Microsoft Web Farm Framework 2.0
The IIS team recently published the Microsoft Web Farm Framework 2.0 release to the web. You can learn more about it and download the final V2 release of it here.
What is the Web Farm Framework?
The Microsoft Web Farm Framework is a free, fully supported, Microsoft product that enables you to easily provision and mange a farm of web servers. It enables you to automate the installation and configuration of platform components across the server farm, and enables you to automatically synchronize and deploy ASP.NET applications across them.
It supports integration with load balancers, and enables you to automate updates across your servers so that your site/application is never down or unavailable to customers (it can automatically pull servers one-at-a-time out of the load balancer rotation, update them, and then inject them back into rotation).
A few months ago I posted a tutorial about the Microsoft Web Farm Framework that demonstrates how to configure and use it. You can read my tutorial about it here.
New Features Added to the Final V2 Release
This week’s RTW release includes several additional features that were not in the previous beta. They include:
- Workflow Builder can be used to define and schedule custom tasks that can be run on all servers in the farm. The tasks can be scheduled to run periodically or can be started manually by an administrator. An example of such task could be a msdeploy command to partially sync web site content.
- Windows Credential Store support enables you to store the administrator credentials used for server provisioning in a secure Windows Credential Store. This enables an added layer of security when dealing with credentials with the Web Farm Framework.
- Third party load balancers support via Web Farm Framework extensibility. It is now possible to configure the Web Farm Framework to integrate with hardware load balancers instead of relying on the (free) IIS Application Request Routing module.
- Improved support for advanced MSDeploy operations. More MSDeploy features can now be used with the Web Farm Framework for advanced deployment scenarios.
- Improved support for syncing large amount of files. Several issues related to syncing large amounts of files across web farm nodes have been fixed between the beta and today’s release.
This week’s release also includes many bug fixes and performance optimizations.
Learning More
Visit the below links to learn more about the Web Farm Framework 2.0 release:
- Introducing the Microsoft Web Farm Framework
- Download the Web Farm Framework V2 Release
- Read the Web Farm Framework 2.0 Documentation
- Web Farm Framework Forum (which the team monitors)
Summary
The Microsoft Web Farm Framework simplifies the provisioning and deployment of your web server infrastructure – both the servers themselves, as well as the web applications and sites you run on top of them.
The Web Farm Framework enables a smoother continuous deployment workflow. It also makes it easy to seamlessly scale your infrastructure by adding servers to it without additional management overhead. Best of all it is available at no extra cost and works with all editions of Windows Server.
Hope this helps,
Scott
P.S. In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu