add dns record in from c# -
how add record in dns using c#, trying use below code, no luck.
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
Post a Comment