I have a client that is wanting an application that will run at the same time everyday and invoice their customers. It will essentially pull data from a db, check it against some xml data, then bill their customers in another system according to certain criteria. My question is should I do this as an actual Windows Service or just a simple executable that is run by the Scheduled Task Manager? Which would be best? Any suggestions? |