输入http://域名/install/index.aspx,开始安装网站,开始时一切正常,就是在填写后台管理目录之后点击下一步就报错:
“/”应用程序中的服务器错误。
--------------------------------------------------------------------------------
另一个进程正在使用此文件,因此该进程无法访问此文件。
说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.IO.IOException: 另一个进程正在使用此文件,因此该进程无法访问此文件。
源错误:
执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。
堆栈跟踪:
[IOException: 另一个进程正在使用此文件,因此该进程无法访问此文件。]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7716710
System.IO.Directory.Move(String sourceDirName, String destDirName) +465
PageAdmin.Install.Update_Config() +886
PageAdmin.Install.Next_2(Object src, EventArgs e) +5
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +110
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
我的代码是租用的域名和空间,没有办法重启IIS,不知道要怎么调整这个错误呢??
急求解决方案哇~~~~