Yes it is possible.
I believe it would be best for you to try your solution as a console- based program first and then call it using the Windows Scheduler. If it works, then you may (if you will), want to re-write it as a windows service and let your asp.net application use it. Here are some links that might help you: http://stackoverflow.com/questions/542804/asp-netbest-way-to-run-scheduled-tasks http://www.codeproject.com/KB/aspnet/ASPNETService.aspx Regards, Benj On Sep 15, 8:08 pm, stapes <[email protected]> wrote: > I am working on a website designed using ASP.NET C#. > > The user wants to do something quite basic - send out reminder emails > after an expiry date. > > I am wondering how would be the best way to achieve this. Can I > schedule something to run once a day to check for expired accounts and > do this? > > Is it possible to set this up in a test environment? i.e: using Visual > Studio 2005?
