Does anyone know how to update CNAME component of DNS using .net?

link|improve this question
1  
.net as in the top-level domain, .net or are you talking about Microsoft .NET Framework? – gravyface Jan 26 '11 at 18:06
It probably also depends on what kind of DNS server you have. If it is an MS server with AD, I assume it is more ".NET (framework)-friendly". – Christoph Jan 26 '11 at 18:34
feedback

1 Answer

Assuming your ".net" stands for the .NET framework, I would have a look at DnsModifyRecordsInSet and use P/Invoke. There is possibly a managed solution, too.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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