How to add record in dns using c#, currently i am trying to use below code, but no luck.
AddARecord("dns01.iaxus.com", "iaxus.com", "10.0.0.20", "14.145.101.55");
where 14.145.101.55
is my wan ip.
its throwing below error:
The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)