What is the easiest way to tell IIS7 to restart Coldfusion Server at set time intervals (every 6 hours for example) without paying for something like Service Hawk?
feedback
|
|
Offhand, you could do this with a batch file and Task Scheduler. The batch file would look something like:
The exact details will differ from version to version. You can then schedule this batch file as often as you want/need. | |||
|
feedback
|