在我的网站/数据库上生成每日计划报告的最佳方式是什么
我有一个托管在 www.webhost4life.com 上的网站。它是一个基本的 asp.net mvc 站点,带有 SQL Server 后端。我想要一个“脚本”或运行数据库查询并每天发送电子邮件的东西。使用托管网络提供商每天运行来设置此功能的最佳方法是什么?
i have a website that is being hosted on www.webhost4life.com. Its a basic asp.net mvc site with a backend of SQL Server. I want to have a "script" or something that run a database query and sends out an email daily. what is the best way to set this up using a hosted web provider to run every day.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Windows 的任务调度程序可以完成 cron 可以完成的大部分事情。
到达设置->控制面板->计划任务
这里还有其他想法。
Windows' task scheduler can do most things that cron can do.
Reached at Settings -> Control Panel -> Scheduled Tasks
There are other ideas here.