调度的ASP.NET? [英] Scheduler for ASP.NET?

查看:154
本文介绍了调度的ASP.NET?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要每天晚上在某种任务或调度运行一些我的应用程序code的。是否有任何功能构建的框架?如果没有,什么容易的第三方框架来获取调度?

I want to run some of my apps code every night in some sort of task or scheduler. Is there any build in functionality in the framework? If not, whats an easy 3rd party framework to get scheduling?

感谢

推荐答案

您可以创建一个控制台应用程序并运行它作为计划的任务。或者你可以看看使用Quartz.Net它是Java石英的一个端口,用于调度作业的框架。

You can create a console application and run it as a scheduled task. Alternatively you could look at using Quartz.Net which is a port of the Java Quartz, a framework for scheduling jobs.

无论哪种方式,您的最终产品将有可能被安排与计划任务运行控制台应用程序或类库作为Windows服务。 ASP.NET自身不会做调度。

Either way your finished product will likely be a console application that is scheduled to run with scheduled tasks, or a class library as a Windows Service. ASP.NET its self won't do the scheduling.

这篇关于调度的ASP.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆