![]() |
|
|
|
| ||||||
|
Welcome to the The ProgrammersTalk Community forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| Tags: |
![]() |
![]() | | LinkBack | Thread Tools | Display Modes | ![]() |
| |||
| [SOLVED] How can I schedule a set of action in .asp if I cannot install programs on t ...webserver? I want a set of action be launched every 24 hours but I have a hosting program that does not allow me to install a scheduler on the server: there's a way to call the actions automatically? |
| |
| |||
| You can't schedule anything in ASP directly. Do they have a Control Panel where you can run Task Scheduler or anything? Do you have a database with that webserver? You could try adding a job to the SQL Agent if they have SQL Server. The sloppiest, but most universal way I can think of doing it is to add the task you want to schedule to your default.asp page. It should then execute when someone goes to your website and runs default.asp. But add a database entry or a txt file so it detects whether the program has run that day yet, and only execute it once per day. |
![]() |
| Thread Tools | |
| Display Modes | |
| |