 |
Scheduling ASP.NET Code to Run Using Web and Windows Services
If you want to schedule ASP.NET tasks, one solution is to use a Web service to provide an interface to your ASP.NET application and build a Windows service that calls to it at scheduled intervals. Thus the ASP.NET application doesn't have to own the ...
msdn.microsoft.com |
 |