Results 1 to 3 of 3

Thread: Iis

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Posts
    306

    Post 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?

  2. #2
    Frenzied Member
    Join Date
    Feb 2001
    Posts
    1,140
    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.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2001
    Posts
    306
    "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
  •  



Click Here to Expand Forum to Full Width