I have an application that will go out and check a web site, download the info and parse it into a text file and save that text file to a server. It does this using vb.net and a windows form. This application is run every 5 minutes as a scheduled task.
I now need to update the app, and would like to know what is the best method to do this. Does anybody have any suggestions as to how they would go about this? Keep it as a windows form, console app or just an executable? Should I use a timer, or the scheduled task on the server? I was also thinking about making this a service. Any thoughts?
Thanks, Chris