- ASP.NET 4.51 WebForms, VS2013
Within the application I want it to wake up periodically and run some or other tasks. I am guessing that this would be done by calling a particular URL within the application and that ASPX page does the actual work.
My question is how do I trigger this? What I am looking for is something to a cron job that is "invoked" by the WevForms application periodically.