
一落千丈
-
个人空间
相册
- 组别:新手上路
- 性别:
- 来自:
- 积分:2
- 帖子:2
- 注册:
2008-05-09
|
为什么会出现“/”应用程序中的服务器错误???
“/”应用程序中的服务器错误。 未能找到文件“f:\usr\cn0a006\bbs\aspx\4\rewriter.xml”。 说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。
异常详细信息: System.IO.FileNotFoundException: 未能找到文件“f:\usr\cn0a006\bbs\aspx\4\rewriter.xml”。
源错误:
| 执行当前 Web 请求期间生成了未处理的异常。可以使用下面的异常堆栈跟踪信息确定有关异常原因和发生位置的信息。 |
堆栈跟踪:
| [FileNotFoundException: 未能找到文件“f:\usr\cn0a006\bbs\aspx\4\rewriter.xml”。] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +328 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) +1038 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options) +115 System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) +88 System.IO.StreamReader..ctor(String path, Encoding encoding, Boolean detectEncodingFromByteOrderMarks) +27 IWMS.URLRewriter.Config.RewriterConfiguration.GetConfig() +216 IWMS.URLRewriter.ModuleRewriter.Rewrite(String requestedPath, HttpApplication app) +15 IWMS.URLRewriter.BaseModuleRewriter.BaseModuleRewriter_AuthorizeRequest(Object sender, EventArgs e) +61 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 |
|