scheduled task tool

Discussion in 'Hosting Services / Control Panel' started by cheeracadem, Jun 26, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am currently using the discount ASP scheduled task tool to hit a page every friday for the client I built the app for.

    I'm trying to do it on a windows server that is not a discount asp server and I wondered if anyone knew how to do it. I tried setting one up using IE, but it doesn't ask me for a URL anywhere.
     
  2. The scheduled task tool is our own custom service and is not the same as the Windows Scheduled Task. I recommend creating a .NET console application that calls the URL. Look into the HttpWebRequest and HttpWebResponse classes. Then use the Windows Scheduled Task to schedule the executable.




    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page