IProcessHostSupportFunctions.GetRootWebConfigFilename Method

Definition

Gets the physical path for the ApplicationHost.config file.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 System::String ^ GetRootWebConfigFilename();
public string GetRootWebConfigFilename ();
abstract member GetRootWebConfigFilename : unit -> string
Public Function GetRootWebConfigFilename () As String

Returns

The physical path for the ApplicationHost.config file.

Applies to