GD Bloggers

This is the blog site for Microsoft Global Delivery Communities focused in sharing the technical knowledge about devices, apps and cloud.

Browse by Tags

Related Posts
  • Blog Post: Configuring IIS 7.5 Shared Configuration

    Making a website highly available requires that it gets deployed on multiple servers so that if one server fails for some reason, the other servers can still serve the website for the users. This setup is usually called a server farm. On IIS 7, each website requires a set of configuration on the webserver...
  • Blog Post: Using Offline Files for IIS 7 Shared Configuration

    In my previous post, we’ve seen how we can configure shared configuration for multiple IIS servers in a farm. We used a shared folder on one of the servers to save the configuration, and pointed the rest of the IIS servers to that folder. The problem with this approach is that, if the server on which...