IProcessHostSupportFunctions.GetAppHostConfigFilename Method ()

 

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

Gets the application host configuration (.config) file path.

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

<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)>
<SecurityPermissionAttribute(SecurityAction.InheritanceDemand,
	Unrestricted := True)>
Function GetAppHostConfigFilename As String

Return Value

Type: System.String

The physical path (including the file name) to the application host configuration file.

.NET Framework
Available since 2.0
Return to top
Show: