Scheduled Tasks

Discussion in 'Hosting Services / Control Panel' started by imccoy, Dec 18, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. In my page that I want to schedule to run, do I have to close it in the code, or does the task scheduler close it for me when it's done?

    If I have to close it, should that be done in the load method?

    Thanks,
     
  2. I was under the impression the page would open up somewhere and would need to be closed. I have it working, so thanks for the reply.
     
  3. maybe I missed something. You keep asking about closing "it", but I don't know what "it" is.


    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  4. A request is sent to the page, but the service does not wait for a response to come back. It will act as if you have viewed the page in your web browser. So be sure to code it the same way. Remember to close your database connections.


    Joel Thoms
    DiscountASP.NET
    http://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