I have a couple of methods that do processing after fetching data.I need call these five services in order 1-5,well I would like to make it a exe that can run from the windows scheduler (so that I don't have to write my own scheduling code).The main reason for this exe is so that it can be run on a server rather than on a desktop and do the processing faster.So I was thinking
Make an exe In the exe call the services in the order 1-5 (use threading?)
Log events to event log for exception
Schedule the exe to run from (which account)
Profit ????