摘要: 描述了通过Windows Service时时调用Web Service的任务。想法比较有意思
至于为什么不在ASP.NET中的Application_Start执行Timer事件,文章也进行了描述
Unfortunately, this solution is not robust through application domain, process, or system restarts because a request must be made to the application to start the timer. ASP.NET is a passive programming paradigm that only responds to HTTP requests, so a process or user input must call the code for it to run
阅读全文