Share via


IGlobalConfigurationProvider.ServerConfigurationPath Property

Definition

Gets the directory that contains the Web server ApplicationHost.config file.

public:
 property System::String ^ ServerConfigurationPath { System::String ^ get(); };
public string ServerConfigurationPath { get; }
member this.ServerConfigurationPath : string
Public ReadOnly Property ServerConfigurationPath As String

Property Value

The directory that contains the Web server ApplicationHost.config file.

<block subset="none" type="note">

If no changes have been made to the configuration path, or if the Redirection.config file points to a UNC directory, the property value will be null.

</block>

Applies to