Hi I need to create an application that runs once a day. The app can run at any time of the day right after the user login for the first time within the day.
My question, what is the best approach to do this. Should I create a windows service or windows application to do this?
Another requirement is that the app must run once a day no matter what unless it has been uninstalled.