System.Web.Configuration.WebConfigurationManager.OpenMappedMachineConfiguration Method

Opens the machine-configuration file as a System.Configuration.Configuration object using the specified file mapping and location to allow read or write operations.

Syntax

public static System.Configuration.Configuration OpenMappedMachineConfiguration (System.Configuration.ConfigurationFileMap fileMap, string locationSubPath)

Parameters

fileMap
The System.Configuration.ConfigurationFileMap object to use in place of a default machine-configuration file.
locationSubPath
The specific resource to which the configuration applies.

Returns

A System.Configuration.Configuration object.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0