简体   繁体   中英

Create a subdomain?

In some website i found that is it possible for me to programmatically create a subdomain to the website i own from C# WinForm application.

How can I create a subdomain on my website, given the server host, user and pass?

I wrote a program to edit DNS records for a company with 30,000 domains and I used WMI to edit the records.

Your starting place is the DNS WMI Provider Samples and this article on editing DNS with WMI .

You can use WMI in a .NET application - although many samples out there are for Powershell etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM