running a script every 10 mins

Nathan

Perch
I have a simple asp script that I am trying to run every 10 mins. I opened a support ticket, but was told that there was not a way to do it on a windows server :(

Any ideas how else I could do it?

Thanks

Nathan
 
You could write some code to run on your local computer that launches the code on your server. For example you could design an aspx page on your server that when launched will run a desired action. On you local machine have an application that calls that URL every ten minutes. If all you are doing is a db update it may be better to run all code from your remote computer.

Paul
 
Back
Top