CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1

Threaded View

  1. #1
    Join Date
    Aug 2008
    Posts
    1

    Dnamic Updates and DnsModifyRecordsInSet

    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?
    Last edited by Mr.Grim; August 5th, 2008 at 10:03 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured