Click to See Complete Forum and Search --> : DnsModifyRecordsInSet


Mr.Grim
August 5th, 2008, 09:56 AM
Hey everyone,

I'm writing an application that will modify DNS for the purpose of allowing certain people to update CNAMES. I spent a couple days on the program and it works perfectly on my test DNS server, but it comes back with "Request not supported by nameserver" on the real DNS server.

I have traced the problem to Dynamic Updates. The test server was set up for Secure Dynamic Updates and the real server is setup for None.

My question is, how can I get the function DnsModifyRecordsInSet working with no dynamic updates, and if that's not possible, is there anything else I can use?