prowla2003
Member
- Joined
- Jun 18, 2003
- Messages
- 10
Im using this code
Dim oDE As System.DirectoryServices.DirectoryEntry
Dim oDC As System.DirectoryServices.DirectoryEntries
Dim sIISPath As String
sIISPath = "IIS:\\localhost\W3SVC\1"
oDE = New DirectoryServices.DirectoryEntry(sIISPath)
oDC = oDE.Children
and running it in in debug and using the Autos window to try
and find a property somewhere that holds the port that the IIS service is running on and cant..
can someone help.
please!!
Dim oDE As System.DirectoryServices.DirectoryEntry
Dim oDC As System.DirectoryServices.DirectoryEntries
Dim sIISPath As String
sIISPath = "IIS:\\localhost\W3SVC\1"
oDE = New DirectoryServices.DirectoryEntry(sIISPath)
oDC = oDE.Children
and running it in in debug and using the Autos window to try
and find a property somewhere that holds the port that the IIS service is running on and cant..
can someone help.
please!!