How to bind a web site to a dynamic dns service

dynamic-dnsdynamic-ipiis-7.5website

Since our ISP doesn't provide static IP, I am using a dynamic dns service to access a Windows server from the internet,

now I would like to expose a static web page to the net using a domain name that I just registered (ie: mydomain.tld not mydomaine.dynprovider.tld)

In IIS 7 -> Web site -> binding, I tried to set dynamic host instead of IP but found that this was not possible.

So, I wonder how to make binding for this web site, in order to make it pointing to the host dynamic IP.

Best Answer

The most important part of the answer to this question was given by @joeqwerty above, I only continued the research since he could not imagine all the scenario.

Since I found that generally Dynamic DNS providers give 1 to 3 host names (host.dynamicdnsprovider.tld type) free for 30 days, then one have to buy 1 service per domaine (mydomain.tld type) each one 2x to 3x more expensive than a static IP, at this time DNS for each domain could be managed into dynamic DNS provider control panel, so I returned to my registrar which provides dynamic DNS service for each registered domain but do not support or have any Client updater, then I searched for third party client updaters on the net and finally found one shareware which can support my registrar dyn services, run in background as windows service, and point multiple domains to the dynamic IP. That way I can manage DNS records at my registrar, and use its name servers.

Now this is the second day updating, yesterday the server restarted after a Windows update, and DNS client updater restarted automatically.