Click to See Complete Forum and Search --> : IIS and scheduling


DA
04-23-1999, 11:42 PM
Hi i need to have something executed automatically every month.
is there some kind of event scheduler fo iis?
thanks

Brett Burridge
06-12-1999, 06:56 AM
Unfortunately there is no internal IIS scheduler, but you can use either the Windows AT service, or
the Task Scheduler that comes with IE4 and various NT service packs.

The Task Scheduler is easier to use, and is quite a bit more flexible than the AT service.

Unfortunately it has the stupid feature of not being able to sync passwords with the rest of your NT domain, so if you change the password of the user the scheduled task runs as you also need to change the password in the task scheduler.


------------
DA at 4/24/99 12:42:43 AM

Hi i need to have something executed automatically every month.
is there some kind of event scheduler fo iis?
thanks