“/”应用程序中的服务器错误。

文件“C:\inetpub\wwwroot\_out.txt”正由另一进程使用,因此该进程无法访问此文件。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。

异常详细信息: System.IO.IOException: 文件“C:\inetpub\wwwroot\_out.txt”正由另一进程使用,因此该进程无法访问此文件。

源错误:


行 27:                 XMLSShell shell = new XMLSShell(environ);
行 28:                 //执行脚本
行 29:                 shell.Run();
行 30:             }
行 31:             //输出

源文件: c:\inetpub\wwwroot\default.ashx    行: 29

堆栈跟踪:


[IOException: 文件“C:\inetpub\wwwroot\_out.txt”正由另一进程使用,因此该进程无法访问此文件。]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +227
   System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +738
   System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) +68
   System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost) +76
   System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost) +75
   System.IO.StreamWriter..ctor(String path, Boolean append) +39
   XMLSClass.XMLSMethodWriteOut.Execute(XMLSShell shell, XMLSNode node) +3510
   XMLS.XMLSScript.Process(XMLSShell shell, XMLSNode node) +125
   XMLS.XMLSScript.Run(XMLSShell shell, XMLSNode node) +234
   XMLSClass.XMLSMethodSystemCall.Execute(XMLSShell shell, XMLSNode node) +430
   XMLS.XMLSScript.Process(XMLSShell shell, XMLSNode node) +125
   XMLS.XMLSScript.Run(XMLSShell shell, XMLSNode node) +234
   XMLS.XMLSHtml.Run(XMLSShell shell, XMLSNode node) +1873
   XMLS.XMLSShell.Run(String method) +178
   XMLS.XMLSHtml.Run(XMLSShell shell, XMLSNode node) +1735
   XMLS.XMLSShell.Run() +909
   Handler.ProcessRequest(HttpContext context) in c:\inetpub\wwwroot\default.ashx:29
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +195
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +50
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +73


版本信息: Microsoft .NET Framework 版本:4.0.30319; ASP.NET 版本:4.8.4494.0