email this FAQ to a colleague Q: How do I programmatically script the unloading of my out of process IIS 4.0 application with ADSI?
A: Set foo = GetObject("IIS://LocalHost/W3SVC/1/Root/yourapp") foo.AppUnload()
Set foo = GetObject("IIS://LocalHost/W3SVC/1/Root/yourapp") foo.AppUnload()
- Matthew Gibbs