Hi All,
I am looking for some reading material (be it online or in a book) that will give me details of how to manage remote instances of IIS through a ASP.Net web application. At the moment the application exists on all servers, and upon performing an action, the app will redirect to the application hosted on the appropriate server.
I was told that redirection.config would help me do what I wanted, however I cannot find any resources on this.
The other option I came up with, was for each server to host an ASP.Net webservices, and my main application (lets call it a control panel) could consume these services as required.
Any other suggestions on how to do this would be great.
We are using Windows Server 2008 Build 6001 for Web Servers and aslo have 2 WIndows 2008 Active Directory Domain Controlers. To cover potential growth for the application scenario, I have to consider that where could be an infinate number of webservers.