Hi
My environment is a 2008 Server Cluster with 2 nodes.
There are some web apps on this server, which means at the moment I am having to maintain IIS in 2 locations. This has a couple of issues:
- As the physical file location is on one of the cluster drives, it means I cannot make changes to any app in IIS on the inactive node, as it can't see the location nor read the web.config files
- I am having to remember to update any settings/add new apps on IIS on both nodes.
- I cannot create new sites/apps on the inactive node because as above it cannot see the disk
Can someone point me to how I can use WDT to sync IIS across both the nodes on my cluster?
Thanks!