G
Guest
Hello
I'm considering using Microsoft DNS Server for web hosting purposes. What I'd like to do excactly is dynamically generate host (a) record for a registered client with asp(.net) or vb(.net) to MS DNS Server. In more detail
1. Customer creates account online and requests a host record name (ex. clienthost.mydomain.com
2. Application then creates a dns record for requested hostname
3. DNS Server dynamically reads the in configuration change and from there on directs dns lookups for that domain to specified ip
Sort of what no-ip and dyndns do, but not with such high volume
If i remember correctly MS DNS stores records in plain text files. Is there some api to add new records or should the file just be directly modified and some sort of reload command passed to dns service
Is MS DNS Server the way to go or is this completely wrong approach to create such service? Any experiences, code snippets, anything
Regards
Opi Aakki
I'm considering using Microsoft DNS Server for web hosting purposes. What I'd like to do excactly is dynamically generate host (a) record for a registered client with asp(.net) or vb(.net) to MS DNS Server. In more detail
1. Customer creates account online and requests a host record name (ex. clienthost.mydomain.com
2. Application then creates a dns record for requested hostname
3. DNS Server dynamically reads the in configuration change and from there on directs dns lookups for that domain to specified ip
Sort of what no-ip and dyndns do, but not with such high volume
If i remember correctly MS DNS stores records in plain text files. Is there some api to add new records or should the file just be directly modified and some sort of reload command passed to dns service
Is MS DNS Server the way to go or is this completely wrong approach to create such service? Any experiences, code snippets, anything
Regards
Opi Aakki