Hello;
Is there a possibility or tutorial; to make a cluster with the solidcp enterprise server? Cluster or High Availability with 2 or more SolidCP Enterprise Servers?
Thanks
Hello,
There's not a tutorial for it, but it's pretty simple, you can use default IIS techniques (for example do the load-balancing with 3rd party loadbalancer technology or use IIS ARR etc).
For SolidCP it's all static files which only change on update.
The only thing to keep in mind is to not have the Enterprise scheduler service running double, you will have to put this service in failover so only one runs at a time (and if one server goes down --> it starts on the other).
Make sure both enterprise servers use the same SQL database (cipher key and Connection string should match in both enterprise servers web.config).
Regards,
Marco