在VS 2012内部调试我的asp.net mvc将返回此错误;HTTP错误500.0-内部服务器错误“;

在VS 2012内部调试我的asp.net mvc将返回此错误;HTTP错误500.0-内部服务器错误“;,asp.net,asp.net-mvc,visual-studio-2012,iis-express,windows-server-2012-r2,Asp.net,Asp.net Mvc,Visual Studio 2012,Iis Express,Windows Server 2012 R2,我正在visual studio 2012 professional内部开发asp.net mvc-4 web应用程序。上周一切正常,我可以调试这个项目。但今天当我调试我的项目时,我遇到了以下错误:- HTTP错误500.0-内部服务器错误详细说明错误消息 此特定请求失败的原因可以在中找到 web服务器的应用程序事件日志。请查看此日志条目 以发现导致此错误发生的原因 以下是错误的完整详细信息:- 现在代码内部没有任何更改,但2天前我们安装了这些windows更新:- 那么,有谁能提出建议,究

我正在visual studio 2012 professional内部开发asp.net mvc-4 web应用程序。上周一切正常,我可以调试这个项目。但今天当我调试我的项目时,我遇到了以下错误:-

HTTP错误500.0-内部服务器错误详细说明错误消息 此特定请求失败的原因可以在中找到 web服务器的应用程序事件日志。请查看此日志条目 以发现导致此错误发生的原因

以下是错误的完整详细信息:-

现在代码内部没有任何更改,但2天前我们安装了这些windows更新:-

那么,有谁能提出建议,究竟是什么问题

谢谢

以下是IIS express内部错误的完整详细信息

<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xsl' href='freb.xsl'?>
<!-- saved from url=(0014)about:internet -->
<failedRequest url="http://localhost:65389/favicon.ico"
               siteId="2"
               appPoolId="Clr4IntegratedAppPool"
               processId="7644"
               verb="GET"
               authenticationType="NOT_AVAILABLE"               activityId="{00000000-0000-0000-0300-0080010000F5}"
               failureReason="STATUS_CODE"
               statusCode="500"
               triggerStatusCode="500"
               timeTaken="31"
               xmlns:freb="http://schemas.microsoft.com/win/2006/06/iis/freb"
               >
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>****</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">FailedRequestsTracingModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">0</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>****</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">RewriteModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotification">false</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>****</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">RewriteModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">0</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">ApplicationInitializationModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotification">false</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">ApplicationInitializationModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">0</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">WebSocketModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotification">false</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">WebSocketModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">0</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">ConfigurationValidationModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotification">false</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">ConfigurationValidationModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">0</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">AspNetInitClrHostFailureModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotification">false</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>3</Level>
  <Opcode>18</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ErrorDescription">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>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>SET_RESPONSE_ERROR_DESCRIPTION</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>3</Level>
  <Opcode>16</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">AspNetInitClrHostFailureModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="HttpStatus">500</Data>
  <Data Name="HttpReason">Internal Server Error</Data>
  <Data Name="HttpSubStatus">0</Data>
  <Data Name="ErrorCode">2147500035</Data>
  <Data Name="ConfigExceptionInfo"></Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>MODULE_SET_RESPONSE_ERROR_STATUS</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
  <freb:Description Data="ErrorCode">Invalid pointer
 (0x80004003)</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">AspNetInitClrHostFailureModule</Data>
  <Data Name="Notification">1</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">2</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_FINISH_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">CustomLoggingModule</Data>
  <Data Name="Notification">1024</Data>
  <Data Name="fIsPostNotification">false</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">LOG_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">CustomLoggingModule</Data>
  <Data Name="Notification">1024</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">0</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">LOG_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">DynamicIpRestrictionModule</Data>
  <Data Name="Notification">2048</Data>
  <Data Name="fIsPostNotification">false</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">END_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">DynamicIpRestrictionModule</Data>
  <Data Name="Notification">2048</Data>
  <Data Name="fIsPostNotificationEvent">false</Data>
  <Data Name="NotificationStatus">0</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_END</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">END_REQUEST</freb:Description>
  <freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>1</Opcode>
  <Keywords>0x100</Keywords>
  <TimeCreated SystemTime="2019-09-17T16:04:04.760Z"/>
  <Correlation ActivityID="{00000000-0000-0000-0300-0080010000F5}"/>
  <Execution ProcessID="7644" ThreadID="6868"/>
  <Computer>*******8</Computer>
 </System>
 <EventData>
  <Data Name="ContextId">{00000000-0000-0000-0300-0080010000F5}</Data>
  <Data Name="ModuleName">WebSocketModule</Data>
  <Data Name="Notification">2048</Data>
  <Data Name="fIsPostNotification">true</Data>
 </EventData>
 <RenderingInfo Culture="en-GB">
  <Opcode>NOTIFY_MODULE_START</Opcode>
  <Keywords>
   <Keyword>RequestNotifications</Keyword>
  </Keywords>
  <freb:Description Data="Notification">END_REQUEST</freb:Description>
 </RenderingInfo>
 <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
  <EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
 </ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
 <System>
  <Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
  <EventID>0</EventID>
  <Version>1</Version>
  <Level>5</Level>
  <Opcode>2</Opcode>

0
1.
5.
2.
0x100
****
{00000000-0000-0000-0300-0080010000F5}
失败的请求策略模块
1.
假的
0
通知模块结束
请求通知
开始请求
通知(续)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
****
{00000000-0000-0000-0300-0080010000F5}
重写模块
1.
假的
通知模块启动
请求通知
开始请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.
0x100
****
{00000000-0000-0000-0300-0080010000F5}
重写模块
1.
假的
0
通知模块结束
请求通知
开始请求
通知(续)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
应用程序初始化模块
1.
假的
通知模块启动
请求通知
开始请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
应用程序初始化模块
1.
假的
0
通知模块结束
请求通知
开始请求
通知(续)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
WebSocketModule
1.
假的
通知模块启动
请求通知
开始请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
WebSocketModule
1.
假的
0
通知模块结束
请求通知
开始请求
通知(续)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
配置验证模块
1.
假的
通知模块启动
请求通知
开始请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
配置验证模块
1.
假的
0
通知模块结束
请求通知
开始请求
通知(续)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
AspNetInitClrHostFailureModule
1.
假的
通知模块启动
请求通知
开始请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
3.
18
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
详细说明此特定请求失败原因的错误消息可在web服务器的应用程序事件日志中找到。请查看此日志条目以发现导致此错误的原因。
设置\u响应\u错误\u说明
请求通知
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
3.
16
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
AspNetInitClrHostFailureModule
1.
500
内部服务器错误
0
2147500035
模块设置响应错误状态
请求通知
开始请求
无效指针
(0x80004003)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
AspNetInitClrHostFailureModule
1.
假的
2.
通知模块结束
请求通知
开始请求
通知完成请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
自定义日志模块
1024
假的
通知模块启动
请求通知
日志请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
自定义日志模块
1024
假的
0
通知模块结束
请求通知
日志请求
通知(续)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
动态约束模块
2048
假的
通知模块启动
请求通知
结束请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
动态约束模块
2048
假的
0
通知模块结束
请求通知
结束请求
通知(续)
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
1.
0x100
*******8
{00000000-0000-0000-0300-0080010000F5}
WebSocketModule
2048
真的
通知模块启动
请求通知
结束请求
{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}
0
1.
5.
2.

我建议您在web.config中启用详细的错误信息

<configuration>
 <system.web>
       <customErrors mode="Off" />
 </system.web>
</configuration>