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)]
string GetRootWebConfigFilename()

Return Value

Type: System.String

The physical path for the ApplicationHost.config file.

.NET Framework
Available since 2.0
Return to top
Show: