That IS an authoritative response. DNS info is stored in files on various
servers (including the local machine). The machine first looks in its own
cache, and then queries its' DNS server, in that order. It may go on from
there, depending. The point of the whole business is to take the least
amount of time and bandwidth possible to get the answer.

Signature
HTH,
Kevin Spencer
Microsoft MVP
Bit Player
http://unclechutney.blogspot.com
In case of Minimalism, break Philip Glass.
> Is it possible to get an authoritative answer from System.Net.Dns, much
> as you can get from nslookup? I Know it's not giving me one because I
[quoted text clipped - 5 lines]
>
> Thanks in advance!
brett.mack@gmail.com - 16 Jan 2007 19:38 GMT
Hmmm, okay, let me rephrase that:
I need a response from the server, bypassing the local dns cache &
hosts file, much like nslookup does.
> That IS an authoritative response. DNS info is stored in files on various
> servers (including the local machine). The machine first looks in its own
[quoted text clipped - 21 lines]
> >
> > Thanks in advance!
Henning Krause [MVP - Exchange] - 16 Jan 2007 21:25 GMT
Hello,
the .NET Api doesn't offer this. You'll have to interop into Win32 and call
the DnsQuery function.
It allows you to specify the options you require.
Best regards,
Henning
> Hmmm, okay, let me rephrase that:
>
[quoted text clipped - 26 lines]
>> >
>> > Thanks in advance!
Bmack500 - 18 Jan 2007 14:14 GMT
Thanks... would you happen to have a link that shows an example in
powershell or .net?
> Hello,
>
[quoted text clipped - 36 lines]
> >> >
> >> > Thanks in advance!