vb.net dns and nslookup

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to resolve one domain , i have proved this:

System.Net.Dns.GetHostByName("digitalprologic.com")

but it returns an error.
I have typed DOS nslookup -querytype=any digitalprologic.com and it exists
and a Whois web too.

Help!!!
 
That domain name has many issues. See dnsreport.com to view all the issues
as there are many. Domain admin has some work it would seem.
 
i'am interested in if the domain is registered or not, only that,
any idea??

thank you for your reply
 
It is registered. Zone not setup correctly hense some of the issues you are
seeing with Ptr and Any types.
 
what kind of class i would to use for this????
because with System.Net.Dns.GetHostByName("digitalprologic.com")
it does not run.
 
That is because the PTR record is not resolving and returns a SERVFAIL. You
can verify this with dig, netdig, nslookup, etc. This is no fault of
GetHostByName, but of the incorrectly configured zone(s) for that domain
name. No class will fix this, the domain admin needs to fix the Zone!
Contact the admin for the zone.
 
could i obtain a DNS "ns" type register with a class???

i have proved nslookup -querytype=ns digitalprologic.com
and that's i need , to know if a register is registered.

Thanks a lot for help me.
 
Back
Top