Hi
Been trying to tidy up DNS server in windows by delting unneeded zone files
Have found that using command window and issuing the command
> dnscmd /zonedelete domainnametodelete.tld /f
will delete zone very quickly but I want to ru this inside a .net c# form as want to access the database with the names of the zone to delete
Any ideas on how to run this code inside a c# .net application please
Rgds
stephen