|
Thread: Iis
-
Jun 11th, 2001, 11:31 PM
#1
Thread Starter
Hyperactive Member
Iis
In IIS is there a way to schedule a task or a job like you can in SQL server? For instance: You have an ASP page that sends emails out to a group of people when run. Is there a way to set up IIS to run that page, say once a week?
-
Jun 12th, 2001, 09:18 AM
#2
Frenzied Member
I'm not sure if you can schedule a task under IIS, but..
why can't you schedule the browser to pull down that page once a week? at 0:30 /EVERY:F "iexplore.exe localhost/mypage.asp"
why can't you schedule a shell or VBScript script that will do the same work the ASP does? You can still access objects such as CDO without the ASP engine.
Travis, Kung Foo Journeyman
As always, RTFM.
WWW Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.3 Guide and Reference
Perl: Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
YBMS, but Mozilla doesn't.
-
Jun 12th, 2001, 11:55 AM
#3
Thread Starter
Hyperactive Member
"why can't you schedule a shell or VBScript script that will do the same work the ASP does? You can still access objects such as CDO without the ASP engine"
are you talking about doing this in SQL server? I think I remember seeing those options if you use the Job Wizard. I don't know exactly how to set it up. I tried it but the job always failed to execute.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|