IProcessHostSupportFunctions.GetAppHostConfigFilename Method ()
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
[SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)] [SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)] string GetAppHostConfigFilename()
Return Value
Type: System.StringThe physical path (including the file name) to the application host configuration file.
.NET Framework
Available since 2.0
Available since 2.0
Show: