asp.net - Task scheduling in Vb.net -
my requirement schedule reports @ particular time , frequency, i.e. weekly, monthly or daily.
this reports should mailed @ specified time attachment @ scheduled.
thanks in advance
there great framework called hangfire can use schedule tasks in .net:
you'll need create method running report , sending email can schedule task hangfire framework.
for other alternatives take @ blog entry hanselman: http://www.hanselman.com/blog/howtorunbackgroundtasksinaspnet.aspx
Comments
Post a Comment