Hi,
I need to run a task every month on an ASP.NET website, this task will email statistical summaries out to all users.
What's the best way to do this on RFH? Can I create a background thread when the application loads, and have that thread fire periodically to check the date?
Or should I just check the date on every page request? (Obviously not such a good way to do it, if no users access the site then the emails won't get sent out)
Pete Hurst


Reply With Quote

Bookmarks