Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I read somehwere (in a post I can't remeber where since it was a few weeks back) that Umbraco might support scheduling of tasks (execute URLs etc). Is that true? If so, what is a standard way of utilizing that functionality?
Thanks,Nik
In your umbracoSettings.config add something like this:
<scheduledTasks> <task log="true" alias="tasktest" interval="60" url="http://www.yoursite.com/task.aspx"/></scheduledTasks>
This is only useful if your site is being visited fairly regularly though, as the "task" is only being triggered by visits to the site.
Got it. Thanks so much for your quick reply.
-- Nik
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Scheduler in Umbraco?
I read somehwere (in a post I can't remeber where since it was a few weeks back) that Umbraco might support scheduling of tasks (execute URLs etc). Is that true? If so, what is a standard way of utilizing that functionality?
Thanks,
Nik
In your umbracoSettings.config add something like this:
This is only useful if your site is being visited fairly regularly though, as the "task" is only being triggered by visits to the site.
Got it. Thanks so much for your quick reply.
-- Nik
is working on a reply...