Scheduled Task .aspx Webform

Discussion in 'Hosting Services / Control Panel' started by clerincg, Jun 28, 2005.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I have written a simple .aspx form that I want to run as a Scheduled Task. The form has no content and the CodeBehind is just logic in the Page_Load method. QUESTION: After the code in the Page_Load method has executed, do I somehow have to close the form or will a Scheduled Task operation exit the form automatically?
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    the scheduled task only make a http call to the page. when a http call is made to an asp.net page, the page_load method should run.

    Bruce

    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