typedef CComPtr<IAppHostAdminManager> MetaElement;
MetaElement getSiteById(UINT);
MetaElement getAppByPath(IN MetaElement, IN wstring);
MetaElement getDefaultApp(IN MetaElement);
MetaElement getDefaultVirtualDirInApp(IN MetaElement);
MetaElement getVirtualDirInApp(IN MetaElement app, IN wstring path);
wstring getAppPath(IN MetaElement app);
wstring getPathInApp(wstring, wstring);
wstring getParentVirtualDirPath(IN MetaElement, IN wstring);
wstring getPathRemainder(IN wstring path, IN wstring subpath);
bool isSubPath(wstring, wstring);
обеспечивает мне нужную функциональность для работы с метабазой седьмого IIS.