I have numerous clustered web servers, each cluster has a minimum of 5 servers in it. Is it possible to use ASP.Net (1.1 framework) to change the local path on specific virtual directories, rather than opening IIS on each server and changing the local path manually? For example, changing the local path to be redirected to a maintenance downtime page. I have been trying to figure out if this can be done via ADSI, System.Directoryservices, or an HTTPRedirect. Can the IIS 6 metabase be edited with ASP.net, and if so, what would be the most logical path? Any insight on this wuold be greatly appreciated. Thanks in advance.