folder-access

    0热度

    1回答

    我有两个服务器服务器A和服务器B.我有一个应用程序运行在服务器A中。我试图从服务器B中的文件夹和从应用程序运行在服务器A中。 服务器A应用程序从IIS运行,我在C#中使用下面的一段代码来读取文件夹内容。 public static string getFileInfo() { string retval = string.Empty; DirectoryInfo d = ne