Let me explain the problem. I created a windows service that should run a method every minute, but it seems to fail at random times for an unknown reason. The application doesn't crash but some how a method in the program stops working correctly.
I would like to ping a website url every time the method runs. Is there any web service that could alert me if a ping is not received from my application every minute?
Or do you have a better suggestion?