Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.Net Remoting - How to discover remoting servers on the local network?

Status
Not open for further replies.

dmassey

Programmer
Feb 7, 2003
30
0
0
CA
I am using .net remoting in my application, and I want the user to be able to pick an available server from a list instead of having to know the computer name and type it in.

Is there a way that I can discover Remoting servers on the local subnet that have a given port and topic?

or

Is there a way that I can browse and get a list of all the computer names on the local subnet or workgroup?

 
Does you network use Active Directory? You can get a list of computer's using the DirectoryServices namespace (I believe that's correct). After that you can use WMI to get individual computer information.

Might be an easier way...that's just what popped into my head...

L8r,

J
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top