Hey all,
I have a simple TCP Client/Server application that ties two pcs on a lan together. This has worked great for many job sites but the most recent has an IT manager that will not allow me to set a static ip address on the server pc.

Basically, I was wondering if there was a nifty way to have the client find the server. (I guess I could go through and try to connect to every ip address on the sub net but I was hoping there was an easier/faster way)

- Nick