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?
