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

Popular posts from this blog

Android volley - avoid multiple requests of the same kind to the server? -

magento2 - Magento 2 admin grid add filter to collection -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -