IInternalConfigWebHost.GetConfigPathFromSiteIDAndVPath Method

Returns a value representing the path to a configuration file associated with the provided site identifier and application's virtual path.

Namespace: System.Web.Configuration.Internal
Assembly: System.Web (in system.web.dll)

'Declaration
Function GetConfigPathFromSiteIDAndVPath ( _
	siteID As String, _
	vpath As String _
) As String
'Usage
Dim instance As IInternalConfigWebHost
Dim siteID As String
Dim vpath As String
Dim returnValue As String

returnValue = instance.GetConfigPathFromSiteIDAndVPath(siteID, vpath)
String GetConfigPathFromSiteIDAndVPath (
	String siteID, 
	String vpath
)
function GetConfigPathFromSiteIDAndVPath (
	siteID : String, 
	vpath : String
) : String
Not applicable.

Parameters

siteID

The application's site identifier. For more information, see ASP.NET Configuration Overview.

vpath

The application's virtual path as a string. For more information, see ASP.NET Web Site Paths.

Return Value

A string representing the path to a configuration file.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: