I am using Visual Studio 2012 to publish a web site to an IIS server farm. The problem I ran into is that the publishing process would only work if it happened to get routed to the primary server.
My solution was to temporarily stop the secondary server so that the publishing request would have to go to the primary server. This is, obviously, not an ideal solution. Is there a way I can force the publishing request to go to the primary server? Or is there a better way to deal with this problem?