« Previous Next »
Last post 11-10-2009 11:17 PM by Leo Tang - MSFT. 2 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (3 items)
Sort Posts: Oldest to newest Newest to oldest
HI, I'd like set up IIS to change the application folder location at a scheduled time. Is there some software that can make scheduled iis changes?
Task Scheduler come with Windows.
Hi,
You can write a script to configure IIS programmatically, then invoke the script by using Task Scheduler.
For more information about IIS Programmatic Administration, you can refer to:
Using ADSI to Configure IIShttp://msdn.microsoft.com/en-us/library/ms525389.aspx
Using WMI to Configure IIShttp://msdn.microsoft.com/en-us/library/ms525309.aspx