views:

36

answers:

1

i have a website that is being hosted on www.webhost4life.com. Its a basic asp.net mvc site with a backend of SQL Server. I want to have a "script" or something that run a database query and sends out an email daily. what is the best way to set this up using a hosted web provider to run every day.

+2  A: 

Windows' task scheduler can do most things that cron can do.

Reached at Settings -> Control Panel -> Scheduled Tasks

There are other ideas here.

Josh Curren