Gupreet's Blog Posts

How to integrate F5 with Web Farm Framework?

Overview Web farm framework ships with runtime extensibility. You can write your own providers (you can learn more about extending Web farm framework here ) and they will be treated as first class citizens of the framework. You can take advantage of the...

Run Existing Web Farm Framework 2.0 providers using CreateRunOptions

Overview Web Farm Framework lets you run the existing custom and built-in providers using CreateRunOptions. There are lot of uses of it, you can use it to write custom providers that make use of existing functionality or write a test infrastructure using...

How to write a Web Farm Framework provider?

Overview The IIS Web Farm Framework 2.0 (WFF) allows users to not only setup and a provision a group of servers, define routing and load balancing support in ARR, but also extends the management support to enable very powerful experiences. WFF 2.0 has...