How to create sub-domain from a .NET application?

  • Thread starter Thread starter Sergey via DotNetMonster.com
  • Start date Start date
S

Sergey via DotNetMonster.com

Is it possible to programmatically create a sub-domain in the MS DNS server?
 
Yes, you can refer to DNS API in windows PlatformSDK.

Use P/Invoke. refer to this.
http://www.pinvoke.net

Another way, you can write WSH scirpt to create sub-domain(Maybe it is
more easy), than use System.Diagnostics.Process class to start a new
process to run script code.

Sincerely,
simida
Sergey via DotNetMonster.com 写é“:
 
Back
Top