I would like to be able to create and delete CNAME records for an existing domain e.g. subdomain1.mydomain.com A 123.123.123 The DNS Server is MS-DNS.
I think I may be able to do it using the File SYstem Object to manipulate the text file MS-DNS uses to hold all the DNS records for the domain but would prefer not to go this route.
Is there any native way I can do this with ASP (preferred) or asp.net?
Thanks, it does. I had come across WMI before but couldn't find a specific example. There are example vbs files on the page below which should be easy enough to translate into an asp page.