Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 IIS 6 服务器上有 4 个 url(用于 4 个网站),我需要每天运行(比如在午夜),以处理一些数据库内容。
我要运行的网址如下:
http://myserver1.com/path-to-script/filename?parameters
在 windows/.net 系统上完成此操作的最佳方法是什么。在 linux 中,我只会创建一个简单的 cronjob。
您可以制作一个 Windows 服务来满足您的需求。更多信息在这里