Hey all, first time long time, etc.
We're working on a monitor that checks to see if a webservice is up by performing a soap request against the service endpoint. If the service validates, it continues and if not it recycles the IIS App Pool associated with that service.
We only want to perform this check at some point in the morning and not with a frequency that's best measured in minutes or seconds. Is there a good way to do this without setting a 24 hour frequency and staying up until the wee hours to implement it?