WebConfigurationFileMap Class
.NET Framework 3.0
Defines the configuration file mappings for a Web application. This class cannot be inherited.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The WebConfigurationFileMap class is used to specify the web file hierarchy. By default, the configuration uses the IIS metabase to determine the web file hierarchy. In cases where IIS is not installed or the hierarchy on the server is different than the local hierarchy, the WebConfigurationFileMap class provides a means to define a custom hierarchy.
The WebConfigurationFileMap class can specify a single path or multiple paths related to configuration files.
System.Object
System.Configuration.ConfigurationFileMap
System.Web.Configuration.WebConfigurationFileMap
System.Configuration.ConfigurationFileMap
System.Web.Configuration.WebConfigurationFileMap
Community Additions
ADD
Show: