Hello:

 

            I am using the get nameserver command with opensrs API to get all of the listed nameservers for the specified domain name.  I run the following command

 

             dim sreadercountns as xmlnodelist

              sreadercountns = xmldoc2.selectnodes("//dt_array/item")

              if sreadercountns.count > "0" Then

              response.write( sreadercountns.count)

              end if

 

For some reason it always returns 2 nameservers, when I have updated the domain name with a total of 6 nameservers.  What is the cause of this?

 

Best Regards…

-Hayk A…

Reply via email to