Archive for July, 2010

Web Farm Framework 2.0 overview

IIS team has recently released a Web Farm Framework 2.0 beta. The goal of the Web Farm Framework is to enable easy provisioning, deployment and managing of web farms. This blog post provides an example of what Web Farm Framework can do and how it can simplify the Web Farm management tasks.

To demonstrate the capabilities of the tool, we will create a simple web farm that looks as on the following diagram:

  • The load balancer will be using the Application Request Routing for IIS 7 and will also act as a Web Farm Controller. Web Farm Controller manages all the machines within the web farm and it has the Web Farm Framework 2.0 installed.
  • The Primary Server, in addition to serving the web requests, also acts as an example server for all the other servers in the farm. Web Farm Framework will ensure that every new secondary server added to the web farm has exact same components installed and is configured exactly as the primary server.
  • The Secondary Server(s) will serve web requests. It’s configuration and content matches the primary server. Continue Reading »

20 Comments »

ruslany on July 30th 2010 in Other

12,649 views

PoorFairAverageGoodExcellent (2 votes, average: 3.00 out of 5)

Install PHP applications with WebMatrix

Microsoft has recently launched a beta release of a new project called WebMatrix. This is a complete web development stack that can be used to start developing and deploying web sites. One thing that may be not so obvious from all the existing announcements is the fact that WebMatrix has full support for installing, running and publishing PHP applications.

Here are the examples of how WebMatrix can be used to create and publish a PHP web site (using WordPress as a showcase). Continue Reading »

20 Comments »

ruslany on July 9th 2010 in PHP, WordPress

19,332 views

PoorFairAverageGoodExcellent (1 votes, average: 5.00 out of 5)

Recently Published Articles