Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Guest
  •  Salty
  • No customer Topic Starter
2017-03-21T12:48:22Z
Hi, is it possible to have VisualCron access a remote server and stop/start (restart) the default web site within IIS?

Thanks

Sponsor
Forum information
thomas
2017-03-21T19:27:33Z
I think you would have to use the powershell task. We use this to recycle the app-pool:

Restart-WebItem "IIS:\AppPools\SomePool"

Starting/Stopping website should be somthing similar.

Scroll to Top