How do you use the Scheduler?
On my webhotel we got Plesk installed
(https://plesk7w.demo.sw-soft.com:8443/login.php3?previous_page=index
username: demo.plesk.com password: plesk Plesk Demo Site)
You can run a Scheduler Task from plesk, but how do i configure so that it
will run my .aspx script every hour?
I have tried to point the "Path to executable file" to my .aspx file but
everytime it is executed i get this error message:
For user: <username>
Unable to run task.
Unable to start (C:\\Inetpub\\host\\domain.com\\httpdocs\\test.aspx): Is not
a known application
The .aspx file just connects to a database and increase a counter.
-Patrick