Launch the web application automatically
2 answers
You can create a shortcut in your program on your web application page (say update.aspx? Command = update) and then configure the server scheduler to run that shortcut whenever you want.
I would recommend that you use a page that has nothing on it and will only respond to a specific command, this way you reduce the risk that your page will "crash" when you don't want to.
+2
source to share