Link to home
Create AccountLog in
Avatar of JAaron Anderson
JAaron AndersonFlag for United States of America

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!
Avatar of Paul MacDonald
Paul MacDonald
Flag of United States of America image

Why not just launch a browser, passing the URL as a parameter?  For example:

iexplore www.google.com
Avatar of JAaron Anderson

ASKER

so make a batch file that says that in some syntax ? ( sorry obvious n00b ) lol
ASKER CERTIFIED SOLUTION
Avatar of Billy Roth
Billy Roth
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
You could make a .bat file or just set that up as the command in a scheduled task.