I want to make a C# tcp server and client connection. Instead of specifying the IP Address of the server in the client-side program itself, I want to use a 'Config file' which will store the IP Address and port Address of the server.And then I want the client program to fetch the IP Address of server from that 'Config file' only.
How to achieve this? Please guide.Any Suggestions will be appreciated. Thanks.