ASP is hosted, not run at any certain times, if it's hosted, it's there all the time. Do you actually want to execute the script (vbscript?) to do some work once per way? You may do so by scheduling the task (program) to run at specified using Windows Task Scheduler, provided you already have the working script ready. I say this not knowing what your script is trying to do. Hope this helps.
Main Topics
Browse All Topics





by: kevp75Posted on 2006-10-18 at 07:37:00ID: 17757204
i'm not sure what you mean by 'double up', but the only way to do this is to setup Windows Task Manager to run the web page at whatever interval you decide
Scripts can't run unless they are loaded, so....build your script, and when you setup the task manager, have it load the page just like you would if you were to type the address in your browser