JAaron Anderson
asked on
automate my ASP webpage to be seen daily
I have a WONDERFULLY working .ASP script that runs awesome when I access it via the browser manually. All the processes work in the background and I just report running processing time to the screen.
What I next need to do is automate the task.
I understand there some problem with TaskScheduler supporting .asp files and I cant just change the file name to .vbs
I used a converter on CNET to change a copy of .Asp file into .EXE and tried also .VBS none seem to work I bet because of the HTTPS cert prompt
I got thinking maybe I could use a site like http://callmyapp.com but then this IIS is not able to be seen outside my business' DMZ lol
so Im stuck
any ideas how to "CRON"/ automate my asp page ?
thanks so much!
What I next need to do is automate the task.
I understand there some problem with TaskScheduler supporting .asp files and I cant just change the file name to .vbs
I used a converter on CNET to change a copy of .Asp file into .EXE and tried also .VBS none seem to work I bet because of the HTTPS cert prompt
I got thinking maybe I could use a site like http://callmyapp.com but then this IIS is not able to be seen outside my business' DMZ lol
so Im stuck
any ideas how to "CRON"/ automate my asp page ?
thanks so much!
ASKER
so make a batch file that says that in some syntax ? ( sorry obvious n00b ) lol
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
You could make a .bat file or just set that up as the command in a scheduled task.
iexplore www.google.com