I have IIS running on a Windows 2003 failover cluster. I realize that
it is not recommended that to do it this way but the server is
clustered for other reasons and I needed it running a web site as
well.
The website works fine if I browse directly to the computer that is
the active node. However, when I browse using the cluster name, I can
browse the root but not any subfolders.
Example:
http://Server1/ ' Works if node1 is active
http://Server2/ ' Works if node2 is active
http://Cluster/ ' Works with any node
active
http://Server1/SubFolder/ ' Works if node1 is active
http://Cluster/SubFolder/ ' DOES NOT WORK
By not working I mean that I get a 404 error saying the resource
cannot be found.
Not sure if this is an IIS issue or a cluster issue.
Thanks
Karl