摘要: 用asp.net文件读写操作时错误: 该进程无法访问文件,因为该文件正由另一进程使用! 在此引用MSDN中的示例解决: 1 using System; 2 using System.IO; 3 4 class Test 5 { 6 public static void Main() 7 { 8 string path = @"c:\MyTe... 阅读全文