Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 2.95 KB

File metadata and controls

48 lines (37 loc) · 2.95 KB
title IAppHostConfigLocation Interface
description The IAppHostConfigLocation interface represents a configuration location in the iisver configuration system.
ms.date 10/07/2016
ms.assetid 561b9314-d818-d465-9445-209aa61c44f9

IAppHostConfigLocation Interface

Represents a configuration location in the [!INCLUDEiisver] configuration system.

Syntax

interface IAppHostConfigLocation : IUnknown  

Methods

The following table lists the methods exposed by the IAppHostConfigLocation interface.

Method Description
AddConfigSection Adds a configuration section to the current configuration location.
DeleteConfigSection Removes a configuration section from the current configuration location.

Properties

The following table lists the properties exposed by the IAppHostConfigLocation interface.

Property Description
Count Gets the number of configuration sections that are configured for the current configuration location.
Item Gets the requested configuration section from the current location.
Path Gets the path of the current configuration location.

Inheritance Hierarchy

IUnknown

IAppHostConfigLocation

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Ahadmin.h

See Also

Application Host Administration Interfaces