Apr 18, 2009
Few days ago I was required to implement IAppHostPathMapper interface in native C to map configuration path MACHINE/WEBROOT/APPHOST to DefaultAppPool.config and struggled with finding good documentation. With help of some incomplete, hard to find documentation...
8 comments
Tags: AhadminMicrosoft.ApplicationHost.AdminManager
Feb 26, 2007
Continuing my ahadmin drill down, lets see how to use available interfaces to work with section groups, section definitions, locations and metadata. IAppHostConfigFile interface Working with section groups, section definitions and locations require you...
7 comments
Tags: AhadminMicrosoft.ApplicationHost.AdminManager
Feb 25, 2007
The Application Host Administration API (ahadmin.idl) interface library can be accessed using native code and any COM-interop means like script or managed code. This blog post details how to use this interface in scripts (all samples are in javascript...
3 comments
Tags: AhadminMicrosoft.ApplicationHost.AdminManager