Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a configuration location in the IIS 7 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
IAppHostConfigLocation
Requirements
| Type | Description |
|---|---|
| Client | - IIS 7.0 on Windows Vista - IIS 7.5 on Windows 7 - IIS 8.0 on Windows 8 - IIS 10.0 on Windows 10 |
| Server | - IIS 7.0 on Windows Server 2008 - 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 - IIS Express 7.5, IIS Express 8.0, IIS Express 10.0 |
| Header | Ahadmin.h |