Possible Duplicate:
ASP.Net:Best way to run scheduled tasks
I have to make a scheduled task for a ASP.NET application. The App have to generate a file and put it on a directory. Simple task in fact but I don't know how to handle the scheduled property. I though to make a webservice in the Web app and make a little service to install on another machine who do the sheduled 'writing' task with the webservice's data's.
Too complicated? Is it possible to ask the webApp to daily make this job? Is really good to ask a webApp to do scheduled tasks?
How can I do that and what is the best way for you thanks..