I'm sorry i dont know nothing about ASP ... but:
- You have a scheduler in windows... that can help you to execute a bat or asp or... everytime you needit....(Control Panel/Scheduled Tasks)
- You can do a class that opens an URL .... and schedule it with jcrontab... for me the second is the easiest... but i think in your case you should use first....
hope it helps....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to make this work in IIS.
All I want it to do is run an .ASP page every minute.
Since I don't understand java - I would really appreciate the help!
Hi,
I'm sorry i dont know nothing about ASP ... but:
- You have a scheduler in windows... that can help you to execute a bat or asp or... everytime you needit....(Control Panel/Scheduled Tasks)
- You can do a class that opens an URL .... and schedule it with jcrontab... for me the second is the easiest... but i think in your case you should use first....
hope it helps....