vb.net dns and nslookup

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!!!
 
W

William Stacey [MVP]

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.
 
G

Guest

i'am interested in if the domain is registered or not, only that,
any idea??

thank you for your reply
 
W

William Stacey [MVP]

It is registered. Zone not setup correctly hense some of the issues you are
seeing with Ptr and Any types.
 
G

Guest

what kind of class i would to use for this????
because with System.Net.Dns.GetHostByName("digitalprologic.com")
it does not run.
 
W

William Stacey [MVP]

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.
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

newbie: nslookup question 2
NSLOOKUP 3
Difference between "nslookup" and "whois" ? 1
nslookup error 2
Nslookup problem 8
NSLOOKUP and DNS 11
Very strange DNS issue 2
nslookup reports wrong DNS server 1

Top