ESRI.ArcGIS.ADF
GetIISLocation Method
See Also  Send comments on this topic.
ESRI.ArcGIS.ADF Namespace > IISHelper Class : GetIISLocation Method




server
Name of the server machine, for example, MyServer.
port
Port in the format ":PortNumber:", for example, ":80:".
status
The output status message.
Get the Active Directory path for the server and the port

Syntax

Visual Basic (Declaration) 
Public Shared Function GetIISLocation( _
   ByVal server As String, _
   ByVal port As String, _
   ByRef status As String _
) As String
Visual Basic (Usage)Copy Code
Dim server As String
Dim port As String
Dim status As String
Dim value As String
 
value = IISHelper.GetIISLocation(server, port, status)
C# 
public static string GetIISLocation( 
   string server,
   string port,
   out string status
)

Parameters

server
Name of the server machine, for example, MyServer.
port
Port in the format ":PortNumber:", for example, ":80:".
status
The output status message.

Return Value

Active Directory Path, for example, "IIS://MyServer/W3SVC/1/ROOT".

See Also

© 2010 All Rights Reserved.