It seems that the URL rewrite rule did not even been processed.
To figure out which module cause the problem , you could try to move the site out of the server farm. Then you could test whether the URL could be redirect.
If the rule works fine , you could try to check the ARR configuration.
If it doesn't work, please check the rewrite rule.
Besides, reinstall rewrite module sometimes could be a magic staff.
Have you tried to remove the Plesk? I'm not sure whether there is crash between plesk 12.5 and IIS.
Best Regards,
Yuk Ding
Yuk Ding
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
2 Posts
Problem with ARR IIS Rewrite fails
Sep 15, 2016 11:09 AM|Ionis|LINK
Hi,
I'm facing a probleme and i'm stucked.
I have a server running IIS and ARR.
I would like to request an url : https://siteA.com/vETe2EvuKeraP4e/ that rewrites to http://www.siteB.com/vETe2EvuKeraP4e/ and I get a 404.
I can't see if the problem comes from ARR or rewrite module ? There are 2 warnings on the xml file error.
here is the xml error file : siteA and siteB are on 2 different servers - the ARR and IIS are on the server that holds siteA.
Could you help me ?
Here is the xml failed error file :
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xsl' href='freb.xsl'?>
<!-- saved from url=(0014)about:internet -->
<failedRequest url="https://siteA.com:443/vETe2EvuKeraP4e/"
siteId="7"
appPoolId="Company-group.com(domain)(4.0)(pool)"
processId="4200"
verb="GET"
remoteUserName=""
userName=""
tokenUserName="Computer\IWPD_17(Companygroup)"
authenticationType="anonymous"
activityId="{8000105D-0000-8A00-B63F-84710C7967BB}"
failureReason="STATUS_CODE"
statusCode="404"
triggerStatusCode="404"
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>0</Level>
<Opcode>1</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="SiteId">7</Data>
<Data Name="AppPoolId">Company-group.com(domain)(4.0)(pool)</Data>
<Data Name="ConnId">1610616924</Data>
<Data Name="RawConnId">0</Data>
<Data Name="RequestURL">https://siteA.com:443/vETe2EvuKeraP4e/</Data>
<Data Name="RequestVerb">GET</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_REQUEST_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>5</Level>
<Opcode>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_START</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>4</Level>
<Opcode>1</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RequestURL">/vETe2EvuKeraP4e/</Data>
<Data Name="Scope">0</Data>
<Data Name="Type">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_REWRITE_START</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="Scope">Global</freb:Description>
<freb:Description Data="Type">Inbound</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>3</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RuleName">blogs</Data>
<Data Name="RequestURL">vETe2EvuKeraP4e/</Data>
<Data Name="QueryString"></Data>
<Data Name="PatternSyntax">0</Data>
<Data Name="StopProcessing">true</Data>
<Data Name="RelativePath">/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>RULE_EVALUATION_START</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="PatternSyntax">Regex</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>10</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Pattern">bfs.SITEB.fr/blog/(.*)</Data>
<Data Name="Input">vETe2EvuKeraP4e/</Data>
<Data Name="Negate">false</Data>
<Data Name="Matched">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PATTERN_MATCH</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>4</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RuleName">blogs</Data>
<Data Name="RequestURL">vETe2EvuKeraP4e/</Data>
<Data Name="QueryString"></Data>
<Data Name="StopProcessing">true</Data>
<Data Name="Succeeded">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>RULE_EVALUATION_END</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>3</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RuleName">tout</Data>
<Data Name="RequestURL">vETe2EvuKeraP4e/</Data>
<Data Name="QueryString"></Data>
<Data Name="PatternSyntax">1</Data>
<Data Name="StopProcessing">false</Data>
<Data Name="RelativePath">/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>RULE_EVALUATION_START</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="PatternSyntax">Wildcard</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>10</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Pattern">*</Data>
<Data Name="Input">vETe2EvuKeraP4e/</Data>
<Data Name="Negate">false</Data>
<Data Name="Matched">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PATTERN_MATCH</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>5</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="LogicalGrouping">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>CONDITIONS_EVALUATION_START</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="LogicalGrouping">MatchAll</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>11</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Input">{HTTP_HOST}</Data>
<Data Name="ExpandedInput">siteA.com</Data>
<Data Name="MatchType">0</Data>
<Data Name="Pattern">*</Data>
<Data Name="Negate">false</Data>
<Data Name="Succeeded">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>CONDITION_EVALUATION</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="MatchType">Pattern</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>6</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Succeeded">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>CONDITIONS_EVALUATION_END</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>4</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RuleName">tout</Data>
<Data Name="RequestURL">vETe2EvuKeraP4e/</Data>
<Data Name="QueryString"></Data>
<Data Name="StopProcessing">false</Data>
<Data Name="Succeeded">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>RULE_EVALUATION_END</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>3</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RuleName">test jr SITEB</Data>
<Data Name="RequestURL">vETe2EvuKeraP4e/</Data>
<Data Name="QueryString"></Data>
<Data Name="PatternSyntax">0</Data>
<Data Name="StopProcessing">false</Data>
<Data Name="RelativePath">/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>RULE_EVALUATION_START</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="PatternSyntax">Regex</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>10</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Pattern">^vETe2EvuKeraP4e(.*)</Data>
<Data Name="Input">vETe2EvuKeraP4e/</Data>
<Data Name="Negate">false</Data>
<Data Name="Matched">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PATTERN_MATCH</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>12</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Substitution">http://www.siteB.com/{R:0}</Data>
<Data Name="RewriteURL">http://www.siteB.com/vETe2EvuKeraP4e/</Data>
<Data Name="AppendQueryString">true</Data>
<Data Name="LogRewrittenURL">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>REWRITE_ACTION</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>4</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RuleName">test jr SITEB</Data>
<Data Name="RequestURL">http://www.siteB.com/vETe2EvuKeraP4e/</Data>
<Data Name="QueryString"></Data>
<Data Name="StopProcessing">false</Data>
<Data Name="Succeeded">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>RULE_EVALUATION_END</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>19</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>REWRITE_DISABLED_KERNEL_CACHE</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-Original-URL</Data>
<Data Name="HeaderValue">/vETe2EvuKeraP4e/</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>42</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="OldUrl">/vETe2EvuKeraP4e/</Data>
<Data Name="NewUrl">http://www.siteB.com/vETe2EvuKeraP4e/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_CHANGED</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>2</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RequestURL">http://www.siteB.com/vETe2EvuKeraP4e/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_REWRITE_END</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<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>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_START</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>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<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>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_START</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>4</Level>
<Opcode>13</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_PREPROC_HEADERS_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>1</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="FilterName">C:\Program Files (x86)\Parallels\Plesk\isapi\urlprotect.dll</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="NotificationStatus">134217730</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">SF_STATUS_REQ_NEXT_NOTIFICATION</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>1</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="FilterName">C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">AspFilterSessionId</Data>
<Data Name="HeaderValue"></Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>31</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">AspFilterSessionId:</Data>
<Data Name="HeaderValue"></Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_SET_REQ_HEADER</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="NotificationStatus">134217730</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">SF_STATUS_REQ_NEXT_NOTIFICATION</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_PREPROC_HEADERS_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<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>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_START</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>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<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>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RequestMonitorModule</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_START</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>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RequestMonitorModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<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>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_START</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>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<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>55</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RemoteAddress">163.5.55.50</Data>
<Data Name="RemotePort">55034</Data>
<Data Name="LocalAddress">178.170.115.96</Data>
<Data Name="LocalPort">443</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_ENDPOINT_INFORMATION</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>50</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Headers">Connection: keep-alive
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8
Accept-Encoding: gzip, deflate, sdch, br
Accept-Language: fr-FR,fr;q=0.8,en-US;q=0.6,en;q=0.4
Host: siteA.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
Upgrade-Insecure-Requests: 1
X-Original-URL: /vETe2EvuKeraP4e/
</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_REQUEST_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>4</Level>
<Opcode>12</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RequestURL">/vETe2EvuKeraP4e/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_CACHE_ACCESS_START</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
</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>13</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="URLInfoFromCache">true</Data>
<Data Name="URLInfoAddedToCache">false</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_CACHE_ACCESS_END</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="ErrorCode">The operation completed successfully. (0x0)</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>30</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="AccessPerms">513</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_GET_URL_METADATA</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>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RequestFilteringModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RequestFilteringModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IpRestrictionModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IpRestrictionModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ConfigurationValidationModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ConfigurationValidationModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="AuthTypeSupported">2</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">Basic</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="AuthTypeSupported">4</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">NT</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AnonymousAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="AuthTypeSupported">1</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">Anonymous</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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>27</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RequestAuthType">1</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_REQUEST_AUTH_TYPE</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="RequestAuthType">Anonymous</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="AuthType">4</Data>
<Data Name="NTLMUsed">false</Data>
<Data Name="RemoteUserName"></Data>
<Data Name="AuthUserName"></Data>
<Data Name="TokenImpersonationLevel">3</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_SUCCEEDED</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthType">NT</freb:Description>
<freb:Description Data="TokenImpersonationLevel">ImpersonationDelegate</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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>44</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="AuthType"></Data>
<Data Name="UserName"></Data>
<Data Name="SupportsIsInRole">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>USER_SET</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>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AnonymousAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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>4</Level>
<Opcode>19</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_AUTH_COMPLETE_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>20</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_AUTH_COMPLETE_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RESOLVE_REQUEST_CACHE</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>15</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>OUTPUT_CACHE_LOOKUP_START</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
</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>16</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Result">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>OUTPUT_CACHE_LOOKUP_END</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Result">NOT_FOUND</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>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RESOLVE_REQUEST_CACHE</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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>43</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="OldHandlerName"></Data>
<Data Name="NewHandlerName">ApplicationRequestRoutingHandler</Data>
<Data Name="NewHandlerModules">ApplicationRequestRouting</Data>
<Data Name="NewHandlerScriptProcessor"></Data>
<Data Name="NewHandlerType"></Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>HANDLER_CHANGED</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Max-Forwards</Data>
<Data Name="HeaderValue">10</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-Forwarded-For</Data>
<Data Name="HeaderValue">163.5.55.50:55034</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-ARR-SSL</Data>
<Data Name="HeaderValue">2048|256|C=FR, S=Paris, L=Paris, O=Gandi, CN=Gandi Standard SSL CA 2|OU=Domain Control Validated, OU=Gandi Standard Wildcard SSL, CN=*.Company-group.com</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-ARR-ClientCert</Data>
<Data Name="HeaderValue"></Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-ARR-LOG-ID</Data>
<Data Name="HeaderValue">b895a0b1-083e-44d7-b333-c5a78ccdc321</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Connection</Data>
<Data Name="HeaderValue"></Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_REQUEST_HEADER</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>42</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="OldUrl">http://www.siteB.com/vETe2EvuKeraP4e/</Data>
<Data Name="NewUrl">/vETe2EvuKeraP4e/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_CHANGED</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">StaticCompressionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">StaticCompressionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpRedirectionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpRedirectionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</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>16</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">128</Data>
<Data Name="HttpStatus">404</Data>
<Data Name="HttpReason">Not Found</Data>
<Data Name="HttpSubStatus">0</Data>
<Data Name="ErrorCode">0</Data>
<Data Name="ConfigExceptionInfo"></Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>MODULE_SET_RESPONSE_ERROR_STATUS</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
<freb:Description Data="ErrorCode">The operation completed successfully. (0x0)</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Content-Length</Data>
<Data Name="HeaderValue">1256</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Content-Type</Data>
<Data Name="HeaderValue">text/html</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-Powered-By</Data>
<Data Name="HeaderValue">ASP.NET</Data>
<Data Name="Replace">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-Powered-By</Data>
<Data Name="HeaderValue">ARR/3.0</Data>
<Data Name="Replace">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">1</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</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>3</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="CompletionBytes">0</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_COMPLETION</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
<freb:Description Data="ErrorCode">The operation completed successfully. (0x0)</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">1</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</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>3</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="CompletionBytes">0</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_COMPLETION</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
<freb:Description Data="ErrorCode">The operation completed successfully. (0x0)</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ApplicationRequestRouting</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</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>17</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="CachePolicy">0</Data>
<Data Name="TimeToLive">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>OUTPUT_CACHE_UPDATE_START</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<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>18</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Result">6</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>OUTPUT_CACHE_UPDATE_END</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Result">STATUS_NOT_OK</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>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpLoggingModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpLoggingModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ProtocolSupportModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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>4</Level>
<Opcode>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-Powered-By</Data>
<Data Name="HeaderValue">ASP.NET</Data>
<Data Name="Replace">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-Powered-By-Plesk</Data>
<Data Name="HeaderValue">PleskWin</Data>
<Data Name="Replace">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Public-Key-Pins</Data>
<Data Name="HeaderValue">pin-sha256="jiuuQRcikzEag5SwYaF6Dh238muKCr5awtLQG0kydz4=" ; pin-sha256="aZ5xxuIfwbsHwlKiv2jnZGMUkNJrzd+Rn5OjEzRiAFY=" ; max-age=31536000</Data>
<Data Name="Replace">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Strict-Transport-Security</Data>
<Data Name="HeaderValue">max-age=31536000</Data>
<Data Name="Replace">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ProtocolSupportModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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>4</Level>
<Opcode>21</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HttpStatus">404</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_SEND_RESPONSE_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>1</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="FilterName">C:\Program Files (x86)\Parallels\Plesk\isapi\urlprotect.dll</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="NotificationStatus">134217730</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">SF_STATUS_REQ_NEXT_NOTIFICATION</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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>22</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>FILTER_SEND_RESPONSE_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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>4</Level>
<Opcode>1</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RequestURL">/vETe2EvuKeraP4e/</Data>
<Data Name="Scope">1</Data>
<Data Name="Type">1</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_REWRITE_START</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="Scope">Distributed</freb:Description>
<freb:Description Data="Type">Outbound</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>34</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RuleName">Jr Test OutBound SITEB</Data>
<Data Name="Precondition"></Data>
<Data Name="PatternSyntax">0</Data>
<Data Name="Pattern">^vETe2EvuKeraP4e/(.*)</Data>
<Data Name="Negate">false</Data>
<Data Name="StopProcessing">false</Data>
<Data Name="HasFilter">false</Data>
<Data Name="HasConditions">false</Data>
<Data Name="ActionType">1</Data>
<Data Name="ActionValue">vETe2EvuKeraP4e/{R:1}</Data>
<Data Name="EvaluationsPerformed">0</Data>
<Data Name="EvaluationsSucceeded">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>OUTBOUND_RULE_EVALUATION</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
<freb:Description Data="PatternSyntax">Regex</freb:Description>
<freb:Description Data="ActionType">Rewrite</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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>56</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Content-Length</Data>
<Data Name="HeaderValue">1256</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_SET_RESPONSE_HEADER</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>2</Opcode>
<Keywords>0x400</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="RequestURL">/vETe2EvuKeraP4e/</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>URL_REWRITE_END</Opcode>
<Keywords>
<Keyword>Rewrite</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{0469ABFA-1BB2-466A-B645-E3E15A02F38B}</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RewriteModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">CustomErrorModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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>52</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Reason">2</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>GENERAL_NOT_SEND_CUSTOM_ERROR</Opcode>
<freb:Description Data="Reason">SETSTATUS_TRYSKIP</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>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">CustomErrorModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="HttpsysCacheable">false</Data>
<Data Name="Reason">6</Data>
<Data Name="CachePolicy">0</Data>
<Data Name="TimeToLive">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<Opcode>HTTPSYS_CACHEABLE</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Reason">URL_CHANGE_BY_FILTER</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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Headers">Content-Length: 1256
Content-Type: text/html
Server: Microsoft-IIS/8.5
X-Powered-By: ASP.NET
X-Powered-By: ARR/3.0
X-Powered-By: ASP.NET
X-Powered-By-Plesk: PleskWin
Public-Key-Pins: pin-sha256="jiuuQRcikzEag5SwYaF6Dh238muKCr5awtLQG0kydz4=" ; pin-sha256="aZ5xxuIfwbsHwlKiv2jnZGMUkNJrzd+Rn5OjEzRiAFY=" ; max-age=31536000
Strict-Transport-Security: max-age=31536000
</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="Buffer"><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<title>404 - Fichier ou r%E9pertoire introuvable.</title>
<style type="text/css">
<!--
body{margin:0;font-size:.7em;font-family:Verdana, Arial, Helvetica, sans-serif;background:#EEEEEE;}
fieldset{padding:0 15px 10px 15px;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.2em;margin:10px 0 0 0;color:#000000;}
#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:"trebuchet MS", Verdana, sans-serif;color:#FFF;
background-color:#555555;}
#content{margin:0 0 0 2%;position:relative;}
.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
-->
</style>
</head>
<body>
<div id="header"><h1>Erreur de serveur</h1></div>
<div id="content">
<div class="content-container"><fieldset>
<h2>404 - Fichier ou r%E9pertoire introuvable.</h2>
<h3>La ressource que vous recherchez a peut-%EAtre %E9t%E9 supprim%E9e, renomm%E9e ou est temporairement indisponible.</h3>
</fieldset></div>
</div>
</body>
</html>
</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="BytesSent">1692</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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="2016-09-15T10:26:55.210Z"/>
<Correlation ActivityID="{8000105D-0000-8A00-B63F-84710C7967BB}"/>
<Execution ProcessID="4200" ThreadID="14984"/>
<Computer>Computer</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000105D-0000-8A00-B63F-84710C7967BB}</Data>
<Data Name="BytesSent">1692</Data>
<Data Name="BytesReceived">425</Data>
<Data Name="HttpStatus">404</Data>
<Data Name="HttpSubStatus">0</Data>
</EventData>
<RenderingInfo Culture="fr-FR">
<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>
4042 Posts
Re: Problem with ARR IIS Rewrite fails
Sep 16, 2016 05:12 AM|Yuk Ding|LINK
Hi lonis,
The error is related to the error event:
Besides, the error information:
Shows that the error come from the request URL instead of the redirect URL.
It seems that there is something wrong with kernel cache configuration or rewrite rule.
You could try the following steps:
If it doesn’t work, check the URL rewrite rule please.
Best Regards,
Yuk Ding
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
2 Posts
Re: Problem with ARR IIS Rewrite fails
Sep 16, 2016 08:00 AM|Ionis|LINK
Hi Yuk Ding,
thanks for ypur answer.
Unfortunatelly, the Enabled kernel cache was already enabled.
To complete information, the environnement (server, rewrite rule, arr...) worked well before I updated Plesk to 12.5 version.
I think that it may cause the problem but i'm not sure ?
Can you confirm me that the problem comes from Rewrite module and not from ARR module ?
Could it be a solution to uninstall Rewrite module and re-install it ?
Thanks again for help.
Best regards
Ionis
4042 Posts
Re: Problem with ARR IIS Rewrite fails
Sep 16, 2016 09:16 AM|Yuk Ding|LINK
Hi lonis,
The error log shows that the request URL is https://siteA.com:443/vETe2EvuKeraP4e/. If URL rewrite works, the request URL should be http://www.siteB.com/vETe2EvuKeraP4e/.
It seems that the URL rewrite rule did not even been processed.
To figure out which module cause the problem , you could try to move the site out of the server farm. Then you could test whether the URL could be redirect.
If the rule works fine , you could try to check the ARR configuration.
If it doesn't work, please check the rewrite rule.
Besides, reinstall rewrite module sometimes could be a magic staff.
Have you tried to remove the Plesk? I'm not sure whether there is crash between plesk 12.5 and IIS.
Best Regards,
Yuk Ding
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.