add dns record in from c# -


how add record in dns using c#, trying use below code, no luck.

manage dns server c# code

addarecord("dns01.iaxus.com", "iaxus.com", "10.0.0.20", "14.145.101.55");

14.145.101.55 wan ip.

its throwing below error.

the rpc server unavailable. (exception hresult: 0x800706ba)

please help.

try running application administrator if doesn't work try disabling firewall , run administrator.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -