VirtualDirectoryMapping.ConfigFileBaseName Property

 

Gets or sets the name of the configuration file.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

public string ConfigFileBaseName { get; set; }

Property Value

Type: System.String

A value that indicates the name of the configuration file.

Exception Condition
ArgumentException

The selected value is null or an empty string ("").

If the name of the configuration file is not specified, Web.config is used.

.NET Framework
Available since 2.0
Return to top
Show: