VirtualDirectoryMapping.ConfigFileBaseName Property

Definition

Gets or sets the name of the configuration file.

public:
 property System::String ^ ConfigFileBaseName { System::String ^ get(); void set(System::String ^ value); };
public string ConfigFileBaseName { get; set; }
member this.ConfigFileBaseName : string with get, set
Public Property ConfigFileBaseName As String

Property Value

A value that indicates the name of the configuration file.

Exceptions

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

Remarks

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

Applies to