【发布时间】:2012-02-12 22:43:04
【问题描述】:
我想使用 Windows 任务计划程序来执行我的 ASP.NET 网页 (.aspx)。我读到 Windows Powershell 可以在这方面提供帮助。帖子asp.net script in task scheduler
告诉命令“powershell.exe -c (new-object system.net.webclient).downloadstring('http://localhost/myscript.aspx')” 执行 .aspx 页面。但我无法将此行添加到 Windows 任务计划程序中,(我使用的是 Windows XP)
【问题讨论】:
标签: asp.net windows powershell webpage execute