New
#1
Windows Task Scheduler
I have an application on a web server that occasionally hangs when a user tries to access and will eventually time out. A restart will fix the issue, but I wanted to put some sort of task in place that would automatically restart if it detected a lag/hang/timeout in the application as opposed to someone going into the web server and doing it manually.
Does anyone know how I could set this up using the windows task scheduler? I see a way to preform an action when a specific event is logged, but I'm not sure how to configure it to pick up on a specific application timing out/hanging.
Any help would be greatly appreciated.
Thanks.