Question : How To Setup Root Hints DNS

My site is currently using DNS Forwarding and I would like to change from forwarding to Root Hints.  What is involved in this change?  How do I make the change to utilize Root Hints?  What should I be aware of when I make this change?  What needs to be configured?

Thanks

Answer : How To Setup Root Hints DNS

I think as mr Jay Jay 70 saied.
that your DNS by default able to perfome iterative query against the roo hints all you have to do is to remove the forwaders
but.
If you have removed the roothints before i'm afraid that you have to recreate them againe by getting the roothints file from any other working dns server this file is located by default in the %SystemRoot%\system32\dns\cache.dns
this file contains a list of all working root hints or if you can't optain this file you can create it manualy here is the structre:
-------------------------
;
;  Root Name Server Hints File:
;
;      These entries enable the DNS server to locate the root name servers
;      (the DNS servers authoritative for the root zone).
;      For historical reasons this is known often referred to as the
;      "Cache File"
;

@                       NS      a.root-servers.net.
a.root-servers.net      A      198.41.0.4
@                       NS      b.root-servers.net.
b.root-servers.net      A      192.228.79.201
@                       NS      c.root-servers.net.
c.root-servers.net      A      192.33.4.12
@                       NS      d.root-servers.net.
d.root-servers.net      A      128.8.10.90
@                       NS      e.root-servers.net.
e.root-servers.net      A      192.203.230.10
@                       NS      f.root-servers.net.
f.root-servers.net      A      192.5.5.241
@                       NS      g.root-servers.net.
g.root-servers.net      A      192.112.36.4
@                       NS      h.root-servers.net.
h.root-servers.net      A      128.63.2.53
@                       NS      i.root-servers.net.
i.root-servers.net      A      192.36.148.17
@                       NS      j.root-servers.net.
j.root-servers.net      A      192.58.128.30
@                       NS      k.root-servers.net.
k.root-servers.net      A      193.0.14.129
@                       NS      l.root-servers.net.
l.root-servers.net      A      198.32.64.12
@                       NS      m.root-servers.net.
m.root-servers.net      A      202.12.27.33
---------------
Copy this line and paste it in the same location mentioned above
Random Solutions  
 
programming4us programming4us