locked
Unable to Debug our asp.net MVC 4 web application using Visual Studio 2012. Error "HTTP Error 500.0 - Internal Server Error" RRS feed

  • Question

  • User-540818677 posted

    I am working on an asp.net mvc-4 web application inside visual studio 2012 professional. last week everything was working fine, where i were able to debug the project. but today when i debug my project i got this error:-

    HTTP Error 500.0 - Internal Server Error 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.

    Here is the full details of the error:- enter image description here

    Now nothing has changed inside the code, but 2 days ago we got those windows updates installed:- enter image description here

    so can anyone advice what can be the issue?

    Thanks

    here is the full details of the error inside the IIS express (IISExpress\TraceLogFiles\):-

    <?xml version="1.0" encoding="UTF-8" ?>
    <?xml-stylesheet type='text/xsl' href='freb.xsl'?>
    <!-- saved from url=(0014)about:internet -->
    <failedRequest url="https://localhost:44303/"
                   siteId="2"
                   appPoolId="Clr4IntegratedAppPool"
                   processId="7232"
                   verb="GET"
                   authenticationType="NOT_AVAILABLE"               activityId="{00000000-0000-0000-6508-0080000000F4}"
                   failureReason="STATUS_CODE"
                   statusCode="500"
                   triggerStatusCode="500"
                   timeTaken="0"
                   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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</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>
      <Keywords>0x100</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">WebSocketModule</Data>
      <Data Name="Notification">2048</Data>
      <Data Name="fIsPostNotificationEvent">true</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">WebSocketModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">WebSocketModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">HttpLoggingModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">HttpLoggingModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">IsapiModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">IsapiModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">WebMatrixSupportModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">IsapiFilterModule</Data>
      <Data Name="Notification">2147483648</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">MAP_PATH</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">IsapiFilterModule</Data>
      <Data Name="Notification">2147483648</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">MAP_PATH</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>2</Opcode>
      <Keywords>0x100</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">WebMatrixSupportModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">WindowsAuthenticationModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">WindowsAuthenticationModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">BasicAuthenticationModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">BasicAuthenticationModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">ProtocolSupportModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">ProtocolSupportModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">IsapiFilterModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">IsapiFilterModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">DynamicCompressionModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">DynamicCompressionModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">RewriteModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">RewriteModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">CustomErrorModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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>0</Level>
      <Opcode>33</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="HttpStatus">500</Data>
      <Data Name="HttpSubStatus">0</Data>
      <Data Name="FileNameOrURL">500.htm</Data>
     </EventData>
     <RenderingInfo Culture="en-GB">
      <Opcode>GENERAL_SEND_CUSTOM_ERROR</Opcode>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">CustomErrorModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">DynamicIpRestrictionModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="ModuleName">DynamicIpRestrictionModule</Data>
      <Data Name="Notification">536870912</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">SEND_RESPONSE</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>4</Level>
      <Opcode>14</Opcode>
      <Keywords>0x80</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="HttpsysCacheable">false</Data>
      <Data Name="Reason">21</Data>
      <Data Name="CachePolicy">0</Data>
      <Data Name="TimeToLive">0</Data>
     </EventData>
     <RenderingInfo Culture="en-GB">
      <Opcode>HTTPSYS_CACHEABLE</Opcode>
      <Keywords>
       <Keyword>Cache</Keyword>
      </Keywords>
      <freb:Description Data="Reason">NO_PIPELINE_ENABLE</freb:Description>
      <freb:Description Data="CachePolicy">NO_CACHE</freb:Description>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{AC1D69F1-BF33-4CA0-9313-BCA13873E1DC}</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>4</Level>
      <Opcode>35</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
     </EventData>
     <RenderingInfo Culture="en-GB">
      <Opcode>GENERAL_FLUSH_RESPONSE_START</Opcode>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</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>4</Level>
      <Opcode>47</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="Headers">Cache-Control: private
    Content-Type: text/html; charset=utf-8
    Server: Microsoft-IIS/8.0
    X-SourceFiles: =?UTF-8?B?RzpcVE1TIEZpbmFsIC0gd2l0aDUyIERCIGNoYW5nZXMgRmluYWwgLSB3aXRoIGFkZGl0aW9uYWwgZmllbGRzV2l0aEFNLUZJTkFMLXdpdGhvcmRlciArIFBNLUYgLSA5NDExXFRNU1xUTVM=?=
    X-Powered-By: ASP.NET
    </Data>
     </EventData>
     <RenderingInfo Culture="en-GB">
      <Opcode>GENERAL_RESPONSE_HEADERS</Opcode>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</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>49</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="Buffer">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt; 
    &lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt; 
    &lt;head&gt; 
    &lt;title&gt;IIS 8.0 Detailed Error - 500.0 - Internal Server Error&lt;/title&gt; 
    &lt;style type=&quot;text/css&quot;&gt; 
    &lt;!-- 
    body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;} 
    code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} 
    .config_source code{font-size:.8em;color:#000000;} 
    pre{margin:0;font-size:1.4em;word-wrap:break-word;} 
    ul,ol{margin:10px 0 10px 5px;} 
    ul.first,ol.first{margin-top:5px;} 
    fieldset{padding:0 15px 10px 15px;word-break:break-all;} 
    .summary-container fieldset{padding-bottom:5px;margin-top:4px;} 
    legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} 
    legend{color:#333333;;margin:4px 0 8px -12px;_margin-top:0px; 
    font-weight:bold;font-size:1em;} 
    a:link,a:visited{color:#007EFF;font-weight:bold;} 
    a:hover{text-decoration:none;} 
    h1{font-size:2.4em;margin:0;color:#FFF;} 
    h2{font-size:1.7em;margin:0;color:#CC0000;} 
    h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;} 
    h4{font-size:1.2em;margin:10px 0 5px 0; 
    }#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:&quot;trebuchet MS&quot;,Verdana,sans-serif; 
     color:#FFF;background-color:#5C87B2; 
    }#content{margin:0 0 0 2%;;} 
    .summary-container,.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;;} 
    .content-container p{margin:0 0 10px 0; 
    }#details-left{width:35%;float:left;margin-right:2%; 
    }#details-right{width:63%;float:left;overflow:hidden; 
    }#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF; 
     background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-top:1px solid #4A6C8E;font-weight:normal; 
     font-size:1em;color:#FFF;text-align:right; 
    }#server_version p{margin:5px 0;} 
    table{margin:4px 0 4px 0;width:100%;border:none;} 
    td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:normal;border:none;} 
    th{width:30%;text-align:right;padding-right:2%;font-weight:bold;} 
    thead th{background-color:#ebebeb;width:25%; 
    }#details-right th{width:20%;} 
    table tr.alt td,table tr.alt th{} 
    .highlight-code{color:#CC0000;font-weight:bold;font-style:italic;} 
    .clear{clear:both;} 
    .preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;} 
    --&gt; 
    &lt;/style&gt; 
     
    &lt;/head&gt; 
    &lt;body&gt; 
    &lt;div id=&quot;content&quot;&gt; 
    &lt;div class=&quot;content-container&quot;&gt; 
      &lt;h3&gt;HTTP Error 500.0 - Internal Server Error&lt;/h3&gt; 
      &lt;h4&gt;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.
    &lt;/h4&gt; 
    &lt;/div&gt; 
    &lt;div class=&quot;content-container&quot;&gt; 
     &lt;fieldset&gt;&lt;h4&gt;Most likely causes:&lt;/h4&gt; 
      &lt;ul&gt; %09&lt;li&gt;IIS received the request; however, an internal error occurred during the processing of the request. The root cause of this error depends on which module handles the request and what was happening in the worker process when this error occurred.&lt;/li&gt; %09&lt;li&gt;IIS was not able to access the web.config file for the Web site or application. This can occur if the NTFS permissions are set incorrectly.&lt;/li&gt; %09&lt;li&gt;IIS was not able to process configuration for the Web site or application.&lt;/li&gt; %09&lt;li&gt;The authenticated user does not have permission to use this DLL.&lt;/li&gt; %09&lt;li&gt;The request is mapped to a managed handler but the .NET Extensibility Feature is not installed.&lt;/li&gt; &lt;/ul&gt; 
     &lt;/fieldset&gt; 
    &lt;/div&gt; 
    &lt;div class=&quot;content-container&quot;&gt; 
     &lt;fieldset&gt;&lt;h4&gt;Things you can try:&lt;/h4&gt; 
      &lt;ul&gt; %09&lt;li&gt;Ensure that the NTFS permissions for the web.config file are correct and allow access to the Web server&apos;s machine account.&lt;/li&gt; %09&lt;li&gt;Check the event logs to see if any additional information was logged.&lt;/li&gt; %09&lt;li&gt;Verify the permissions for the DLL.&lt;/li&gt; %09&lt;li&gt;Install the .NET Extensibility feature if the request is mapped to a managed handler.&lt;/li&gt; %09&lt;li&gt;Check the failed request tracing logs for additional information about this error. For more information, click &lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=66439&quot;&gt;here&lt;/a&gt;. &lt;/li&gt; &lt;/ul&gt; 
     &lt;/fieldset&gt; 
    &lt;/div&gt; 
     
    &lt;div class=&quot;content-container&quot;&gt; 
     &lt;fieldset&gt;&lt;h4&gt;Detailed Error Information:&lt;/h4&gt; 
      &lt;div id=&quot;details-left&quot;&gt; 
       &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt; 
        &lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;Module&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;AspNetInitClrHostFailureModule&lt;/td&gt;&lt;/tr&gt; 
        &lt;tr&gt;&lt;th&gt;Notification&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;BeginRequest&lt;/td&gt;&lt;/tr&gt; 
        &lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;Handler&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;ExtensionlessUrlHandler-Integrated-4.0&lt;/td&gt;&lt;/tr&gt; 
        &lt;tr&gt;&lt;th&gt;Error Code&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;0x80004003&lt;/td&gt;&lt;/tr&gt; 
         
       &lt;/table&gt; 
      &lt;/div&gt; 
      &lt;div id=&quot;details-right&quot;&gt; 
       &lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt; 
        &lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;Requested URL&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;https://localhost:44303/&lt;/td&gt;&lt;/tr&gt; 
        &lt;tr&gt;&lt;th&gt;Physical Path&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;G:\TMS Final - with52 DB changes Final - with additional fieldsWithAM-FINAL-withorder + PM-F - 9411\TMS\TMS&lt;/td&gt;&lt;/tr&gt; 
        &lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;Logon Method&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Not yet determined&lt;/td&gt;&lt;/tr&gt; 
        &lt;tr&gt;&lt;th&gt;Logon User&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Not yet determined&lt;/td&gt;&lt;/tr&gt; 
        &lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;Request Tracing Directory&lt;/th&gt;&lt;td&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;C:\Users\***.***\Documents\IISExpress\TraceLogFiles\TMS&lt;/td&gt;&lt;/tr&gt; 
       &lt;/table&gt; 
       &lt;div class=&quot;clear&quot;&gt;&lt;/div&gt; 
      &lt;/div&gt; 
     &lt;/fieldset&gt; 
    &lt;/div&gt; 
     
    &lt;div class=&quot;content-container&quot;&gt; 
     &lt;fieldset&gt;&lt;h4&gt;More Information:&lt;/h4&gt; 
      This error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error. 
      &lt;p&gt;&lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=62293&amp;amp;IIS70Error=500,0,0x80004003,9200&quot;&gt;View more information &amp;raquo;&lt;/a&gt;&lt;/p&gt; 
      &lt;p&gt;Microsoft Knowledge Base Articles:&lt;/p&gt; 
     &lt;ul&gt;&lt;li&gt;294807&lt;/li&gt;&lt;/ul&gt; 
     
     &lt;/fieldset&gt; 
    &lt;/div&gt; 
    &lt;/div&gt; 
    &lt;/body&gt; 
    &lt;/html&gt; 
    </Data>
     </EventData>
     <RenderingInfo Culture="en-GB">
      <Opcode>GENERAL_RESPONSE_ENTITY_BUFFER</Opcode>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</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>4</Level>
      <Opcode>36</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="BytesSent">6453</Data>
      <Data Name="ErrorCode">0</Data>
     </EventData>
     <RenderingInfo Culture="en-GB">
      <Opcode>GENERAL_FLUSH_RESPONSE_END</Opcode>
      <freb:Description Data="ErrorCode">The operation completed successfully.
     (0x0)</freb:Description>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</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>0</Level>
      <Opcode>2</Opcode>
      <Keywords>0x0</Keywords>
      <TimeCreated SystemTime="2019-09-18T13:47:53.087Z"/>
      <Correlation ActivityID="{00000000-0000-0000-6508-0080000000F4}"/>
      <Execution ProcessID="7232" ThreadID="8208"/>
      <Computer>********</Computer>
     </System>
     <EventData>
      <Data Name="ContextId">{00000000-0000-0000-6508-0080000000F4}</Data>
      <Data Name="BytesSent">6453</Data>
      <Data Name="BytesReceived">354</Data>
      <Data Name="HttpStatus">500</Data>
      <Data Name="HttpSubStatus">0</Data>
     </EventData>
     <RenderingInfo Culture="en-GB">
      <Opcode>GENERAL_REQUEST_END</Opcode>
     </RenderingInfo>
     <ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
      <EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
     </ExtendedTracingInfo>
    </Event>
    </failedRequest>

    Wednesday, September 18, 2019 1:50 PM

All replies

  • User61956409 posted

    Hi johnjohn123123,

    last week everything was working fine, where i were able to debug the project. but today when i debug my project i got this error

    Now nothing has changed inside the code, but 2 days ago we got those windows updates installed

    As you mentioned, it seems that some windows updates cause the existing project not working on development environment, do you try to uninstall the updates that you installed 2 days ago and check if the project can work well again?

    With Regards,

    Fei Han

    Thursday, September 19, 2019 7:38 AM
  • User-540818677 posted

    Hi johnjohn123123,

    As you mentioned, it seems that some windows updates cause the existing project not working on development environment, do you try to uninstall the updates that you installed 2 days ago and check if the project can work well again?

    With Regards,

    Fei Han

    Hi, part of our security policy is that we install windows updates on the servers, so i can not uninstall them, even if i do so, they will get installed sooner or later, so i would rather try to fix the issue... i provided the full details about the error,, did they reveal any info about the problem?

    Thanks

    Thursday, September 19, 2019 4:31 PM