Hi
I have to send a weekly email to subscribers. The content of this email comes from a database. I understand I have to set up a scheduled task on the server (I have to ask for this as I work remotely and don't have admin rights to do it). I did this in the past, where the email is sent by a .net page that gets called by the scheduled task. However I've read this is not the best way to do it, and that I should create an executable that runs every time it is called. How do I create an executable in .net, VisualStudio 2008? Could you explain? Many thanks!