Forum Moderators: phranque
The name you pick, like 'myName'.domain.com is 'kept (SOA)' in your "Dyanamic DNS Service Provider's" DNS servers.... long story short, the name you pick is kept pointed to your home's Internet address by the software that runs on the PC- that software talks to your DDNS host to let them know where in Cyberspace you are, IPly speaking.
I like choice 3 - if you can program a server code
<% variantVar = request.ServerVariables("REMOTE_ADDR") %>
into the top of a custom (your) blank web page then you can store in a variable the IP of your PC. You can then use the
<%response.write variantVar%>
to write the value in the HTML body.