Reputation: 11
I am trying to access VB.Net exe on a client system through LAN.Its working fine for server with static IP address.In case I try to access it with server having dynamic IP address, It doesn't provide access(config file containing server name). how can do it with dynamic ip address?
Upvotes: 1
Views: 563
Reputation: 60065
Try to access server by hostname using Dns.GetHostAddresses method.
Upvotes: 0
Reputation: 25742
Register for an account at http://www.dyndns.com/ and install the proper application. Set the server name in the application so that dyndns will resolve your dynamic IP to that name.
Upvotes: 1