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

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -