asp.net - Plesk Panel Scheduled Task -
i want create scheduled task in plesk panel. i'll run .aspx file. how create scheduled task? should write command textbox in plesk panel?
thank you!
yes, can set following executable file.
path executable file: c:\windows\system32\windowspowershell\v1.0\powershell.exe arguments: -c "(new-object system.net.webclient).downloadstring('http://domain.test/script.aspx')
also, please check : https://kb.plesk.com/en/115292
Comments
Post a Comment