我有一个问题,我无法追查,我已经通过论坛看,没有发现任何东西stream光。 我有一个全新安装的Server 2008 R2 Web,我尝试加载一个应用程序,该应用程序是在使用ASP.NET 4.0运行IIS 7.5的Windows 7计算机上创build和testing的。 一切工作正常的开发机器。 但是当我使用Web部署工具将其移动到服务器时,我现在得到一个没有大量信息的HTTP 500错误:
Module AspNetInitClrHostFailureModule Notification BeginRequest Handler StaticFile Error Code 0x80070002 Requested URL http://192.168.1.83:80/ Physical Path C:\JustStreamIt Logon Method Not yet determined Logon User Not yet determined Failed Request Tracing Log Directory C:\inetpub\logs\FailedReqLogFiles
在我的跟踪文件中,我得到:
查看跟踪警告-SET_RESPONSE_ERROR_DESCRIPTION
ErrorDescription详细描述这个特定请求失败原因的错误消息可以在Web服务器的应用程序事件日志中find。 请查看此日志条目,以发现导致此错误发生的原因。
查看跟踪警告-MODULE_SET_RESPONSE_ERROR_STATUS ModuleName AspNetInitClrHostFailureModule
通知1
HttpStatus 500
HttpReason内部服务器错误
HttpSubStatus 0
ErrorCode 2147942402
ConfigExceptionInfo
通知BEGIN_REQUEST
ErrorCode系统找不到指定的文件。 (0x80070002)
我在应用程序日志中获得以下内容:
日志名称:应用程序
资料来源:Microsoft-Windows-IIS-W3SVC-WP
date:5/28/2010 2:08:10 PM
事件ID:2299
任务类别:无
级别:错误
关键词:经典
用户:N / A
电脑:win-ltfkdo1dnfp
说明:某个应用程序报告为不健康。 工作进程现在将要求回收。 给出的原因:在Web服务器的应用程序事件日志中可以find详细描述此特定请求失败原因的错误消息。 请查看此日志条目,以发现导致此错误发生的原因。 。 数据是错误的。
Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" /> <EventID Qualifiers="49152">2299</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2010-05-28T21:08:10.000000000Z" /> <EventRecordID>1663</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>win-ltfkdo1dnfp</Computer> <Security /> </System> <EventData> <Data Name="Reason">An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur. </Data> <Binary>02000780</Binary> </EventData> </Event>
任何人都有关于我应该从哪里开始寻找的build议?