is there a way in c# to be able to ping a url every 15 minutes and get a response back from the server?
i want to try to see if .net can be used to build a simple to
I'd install curl and use a scheduled task to do what you want.
I've combined it with powershell to restart app pools too.