How can I add a blank host record using ASPDNS
The command below adds a www host record so that peple are able to =
access the site using www.acme.com but it can't be accessed by using =
acme.com. In DNS manager you add a blank record but ASPDNS doesn't allow =
this
oMan.AddHost ("acme.com", "www", "192.168.1.1", , vRes)
|