I think this might be helpful http://msdn.microsoft.com/en-us/magazine/cc163821.aspx#S1
On Sep 15, 6:11 pm, adithya reddy <[email protected]> wrote: > use operating system tasks to schedule your job....so that this job runs and > checks for expiry date... > > it can be debugged with visual studio just attach to process when the job > executes... > > Thanks, > Adithya > > On Wed, Sep 15, 2010 at 5:38 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? > > -- > With r...@rds......... > > Adithya.........
