I am using high availability generic script as given in the article.
https://support.microsoft.com/kb/970759?wa=wsignin1.0
Is this script compatible with Windows Server 2012 (R2)?
I changed Site Name, App pool name in the script.
Unfortunately, W3SVC doesn't fail over. It just changes status to 'Starting' which never changes to 'Running'. No problems with other services configured on the two cluster nodes. They do change the status to 'Running'.
What is so special about World wide web publishing service. Event log shows error 1069. I think it is WAS process failure error code. But, I don't know how to trouble shoot this problem. I tried reinstalling IIS and WAS components but that didn't solve my problem.
Surprisingly, same setup works just fine on Windows Server 2008 R2 with .net framework 2.0. We upgraded from 2008 R2 to 2012 R2 and now we are also using framework 4.0, now w3svc fails to start.
What could be problem here.
Any help would be greatly appreciated.