I'd like to setup an ASP.NET page that performs some maintenance for a web application.
What is a simple method for making a web request to the URL for this maintenance page?
I typically use Windows Tasks for these things, but I don't know how to make a web request within Windows. (wget
would work on Linux)
I could build an executable that performs the task, but I'd rather not have that dependency.