0
I'm new to servers and stuff(I'm a programmer not a server guy) and I have a question about IIS failover clustering. I have two IIS servers up and running, and they're identical. I want to set up the servers as a failover cluster. I want to set it up so that Server A is the main server and Server B is a backup. If Server A fails, would a failover cluster take care of the shift from Server A to B? Would it maintain user sessions, or do I need to implement NLB(s) or sticky sessions? Thanks kind people of Stack Exchange.