S Sergey via DotNetMonster.com Jul 30, 2006 #1 Is it possible to programmatically create a sub-domain in the MS DNS server?
S simida Jul 31, 2006 #2 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 写é“:
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 写é“: