IProcessHostSupportFunctions.GetRootWebConfigFilename Method ()

 

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

Gets the physical path for the ApplicationHost.config file.

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

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

Return Value

Type: System.String

The physical path for the ApplicationHost.config file.

.NET Framework
Available since 2.0
Return to top
Show: