I am implementing a Windows Service. The service will be installed in a cluster of application servers.
Is there a way in the cluster functionality of Windows to set up active/passive failover for a regular Windows Service?
Or is it necessary for the service to specifically be written with calls to cluster API for failover to work?