Hi
You could
1. Set a vbs file to shell internet explorer and the web address of the page, then add a scheduled task for this vbs file to be run every week.
2. Make a vb.net exe containing your housekeeping and get this to run every week thru a scheduled task.
3. Investigate windows services.
4. Put a check to see if your housekeeping tasks need to be done in your application_onstart or session_onstart in the global.asax file for your web app and if they do, perform them there.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.