c# - create a scheduler for asp.net web application. -


i have web application in asp.net 3.5 hosted in dedicated server environment.

now have pages in website goes facebook,google , data , stores in db. problem have visit page data. 1 of friend told me create windows service can job me. dont want create windows service want page run in night(once day) retrieve data, stores db , send emails management guys.

please suggest me how can achieve this. have searched online no luck.

thanks time.

the authors of stackoverflow used solution based on adding item cache, running scheduled code when cache item expired , ran callback method.

here implementation: http://blog.stackoverflow.com/2008/07/easy-background-tasks-in-aspnet/

edit: when says "at startup", means in global.asax file, in event called application_start.


Comments

Popular posts from this blog

php - get table cell data from and place a copy in another table -

javascript - Mootools wait with Fx.Morph start -

php - Navigate throught databse rows -