Windows Services are another application type in .NET. You can't make
reliable and predictable timer system using ASP.NET.
Either you can use Windows Services to do it (they run at background all the
time and therefore are capable to user timer mechanisms), or you can put
timed jobs into database (SQL Server) and use it's email mechanism (can't
recall the procedure name at the moment)
Hello Malik,
i was just wondering if you found your solution for the question. if
you did is it anyway you could posted outthere. the this is i am trying
to do the same thing.