Task should runs only on one node

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 6 años
Hello!
I have a load balancer and 2 nodes. I would like to make setup that all sheduled task should be run only on first node and never on second. How can i make it?
Hace 6 años
It can be done in web.config file. Please see "MultipleInstancesEnabled" attribute of <WebFarms> element
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.