我想从远程机器人访问xml文件说“a.abc.int”我正在使用以下代码来执行此操作
string reportPath = @"\\a.abc.int\c$\Program Files\abc\File.xml";
XmlDocument reportParameter = new XmlDocument();
reportParameter.Load(reportPath);
XmlElement reportParameterReader = reportParameter.DocumentElement;
但
我得到了一个例外reportParameter.Load(reportPath);
retrun exception {System.UnauthorizedAccessException}