Manage DNS server by C# code

后端 未结 3 1802
无人及你
无人及你 2020-12-09 17:41

I need some sample code to create/delete zone and A record in microsoft DNS server by C#

3条回答
  •  余生分开走
    2020-12-09 18:11

    Microsoft exposes it as a POX service, so you could just push XML over the wire to it, using the System.Net stuff & your user credentials.

    http://technet.microsoft.com/en-us/library/dd278634.aspx

提交回复
热议问题