Hi!
How can you make a module run at certain intervals?
And is there a way to run a module by command of a web service or any other way to run a module from outside Dynamicweb?
Best regards,
Per Ljung
REAB Data AB
Developer forum
E-mail notifications
Schedule run
Posted on 30/03/2011 11:12:47
Replies
Nicolai Høeg Pedersen
Posted on 30/03/2011 11:26:07
Best way is to use Windows scheduler with i.e. Curl to execute a URL on the website.
Posted on 31/03/2011 08:42:55
You mean that I need to call a specific aspx-page where the module code will run?
Best regards,
Per Ljung
REAB Data AB
Best regards,
Per Ljung
REAB Data AB
Nicolai Høeg Pedersen
Posted on 31/03/2011 09:06:07
Yes - have curl call something like
www.domain.com/mytaskrunner.aspx?cmd=importstuff
www.domain.com/mytaskrunner.aspx?cmd=importstuff
Posted on 05/04/2011 15:17:10
Hi!
Where can I find "curl"?
// Per
Where can I find "curl"?
// Per
Posted on 05/04/2011 15:21:53
What about the security aspects having a public webpage doing things to the database? How do you disable unauthorized runs of this webpage?
Best regards,
Per
Best regards,
Per
Posted on 05/04/2011 15:22:29
You can find CURL in /Admin/Public/Curl or you can download it here: http://curl.haxx.se/download.html
You must be logged in to post in the forum