Asp.net应用程序要放入任务计划程序 [英] Asp.net Application want to put in Task scheduler

查看:54
本文介绍了Asp.net应用程序要放入任务计划程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我已经开发了一个ASP.Net应用程序,现在我想使该应用程序自动执行,我是否能够放入任务计划,将有哪些可用的方法?


在我的应用程序中,我使用选择查询来获取数据,并将数据存储在CSV文件中,然后从数据库中删除数据.为此,我创建了一个小型ASP.Net应用程序.现在的问题是,我想让应用程序自动执行该操作.

Hi,

I have developed an ASP.Net application, at now i want to make the application to execute automatically, Did i can able to put in task schedule, What are the ways will be available?


In my application , i fetch the data using select query and storing the data in CSV file and deleting the data from database. For that i create a small ASP.Net application. Now the problem is that, i want to make the application to do it automatically.

推荐答案

在客户端计算机上加载页面的唯一方法是安装一个启动链接(在客户端上),用于启动网页或使用计划任务.

除非您有权访问客户端计算机,否则无法从服务器启动网页.
The only way you can load the page on the client machine is by installed a startup link (on the client) that launches the web page or by using a scheduling task.

You cannot launch the web page from the server unless you have rights to access the client machine.


问题尚不清楚.我们无法理解您想要实现的目标.
不过,请检查链接是否有帮助.
http://msdn.microsoft.com/en-us/magazine/cc163821.aspx [ ^ ]

http://www.nayyeri. net/how-to-to-build-a-task-scheduler-system-for-the-asp-net-part-1 [ http://www.nayyeri. net/how-to-to-build-a-task-scheduler-system-for-the-asp-net-part-2 [
Question is not clear. We cannot understand what you want to achieve.
Still, check the links if it serves any help.
http://msdn.microsoft.com/en-us/magazine/cc163821.aspx[^]

http://www.nayyeri.net/how-to-build-a-task-scheduler-system-for-the-asp-net-part-1[^]
http://www.nayyeri.net/how-to-build-a-task-scheduler-system-for-the-asp-net-part-2[^]


这篇关于Asp.net应用程序要放入任务计划程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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