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.

Applies to