Update DNS Entry

  • Thread starter Thread starter Andrew Robinson
  • Start date Start date
A

Andrew Robinson

Is there any easy way via .NET to update a DNS entry on a Win2003 server? I
need to update either a host or cname based on a web service call. This
domain could be either ad integraded or just a hosted dns domain, whichever
be easier.

Thanks,

-Andy
 
Hi Andy,

Regard on the update DNS entry, here are some web threads and articles I've
found that may be helpfu:


#C# DNSAPI - How to create a DNS Record.
http://www.thescripts.com/forum/thread519472.html

#Creating DNS A and SRV Records with C# on Active Directory and Microsoft
DNS
http://www.coversant.com/Coversant/Blogs/tabid/88/EntryID/27/Default.aspx

#C# .NET DNS query component
http://www.codeproject.com/KB/IP/dnslookupdotnet.aspx

Also, normaly, you can consider programmatically execute some DNS related
configuration tool to perform such kind of configuration:

http://support.microsoft.com/kb/315982

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/9
dec9c21-27d1-4781-9ef8-6555a804a79f.mspx?mfr=true


Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



--------------------
 
Back
Top