I am trying to understand the IIS scenario here on a cluster server.I have to install a web application on IIS of the server.So how does the failover cluster scenario works in this scenario ..do i have to install the web application on all the nodes of the cluster.Say suppose i have a node A and node B for my current server.So i have to install it on the both the nodes and then access the application from the cluster.so which ever node is active that IIS would host the application
Correct me if am wrong.My application has the ability to read some files and edit them and save them to their respective paths.Everything works fine on a single server where i am able to deploy the application and able to connect to it.
I have no idea how the cluster server works with respect to IIS...can any one guide me to the correct solution ????