Is there a way to programmatically remove an address from windows' dns cache, or to re-resolve it? I'm using c#, but native code would be just fine (however, playing with the registry would not be). I'm writing a little application that measures the amount of time it takes to resolve an address and would like to avoid caching issues.

thanks!

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

You can use the technique described here: http://brannickdevice.blogspot.com/2006/04/winxp-flushing-dns-programatically.html

link|improve this answer
Thanks! I'll try to figure out how to call the more specific DnsFlushResolverCacheEntry – r0u1i Dec 24 '09 at 8:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.