Answered by:
web api 500 exception

Question
-
User-1386880025 posted
I have asp.net web api service which is called by our client.
Client sends a request, it get's processed, data ends up in MS SQL. Our app logs don't catch any errors, but the call itself took 30s but usual is less than 2s.
On the other hand IIS log shows 500, and it pops up in failed log tracing.
here is a link to failed log tracing file:
https://www.dropbox.com/s/7twz93gpz23asco/failed%20trace%20log.xml?dl=0I will also paste it here...
Thursday, July 23, 2015 8:23 AM
Answers
-
User24670 posted
Hi,
500.0 indicates a module or ISAPI error occurred. Based on experience, it more likely relate to the application. Like, the app raised an exception. https://support.microsoft.com/en-us/kb/943891
As you mentioned, this call itself took 30s. It also shows in the FREB trace, TimeTaken is 30610 millisecond. I suspect 500 is caused by some kinds of TimeOutException.
To investigate such kinda problem, you can check from event log or application's log. Find out whether any relevant Exception Type. Then you can use Debug diagnostic Tool to capture crash dump and also investigate this memory dump. Here is a reference for you, to know how to troubleshooting a http request time out issue.
If you don't see any relevant exception time, then you can turn to capture a hang rule, by monitoring HTTP response time. When request executed around 20 seconds, since the request will failed at 30 seconds, capturing a hang dump with DebugDiag.
After you capture memory dump, use Debug Diag to analyze the dump file. It will tell you more hints about his problem.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 27, 2015 9:16 AM
All replies
-
User-1386880025 posted
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xsl' href='freb.xsl'?>
<!-- saved from url=(0014)about:internet -->
<failedRequest url="***
siteId="1"
appPoolId="EBP"
processId="4472"
verb="POST"
remoteUserName=""
userName=""
tokenUserName="NT AUTHORITY\IUSR"
authenticationType="anonymous"
activityId="{8000EFA1-0000-F200-B63F-84710C7967BB}"
failureReason="STATUS_CODE"
statusCode="500"
triggerStatusCode="500"
timeTaken="30610"
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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="SiteId">1</Data>
<Data Name="AppPoolId">EBP</Data>
<Data Name="ConnId">1610674076</Data>
<Data Name="RawConnId">0</Data>
<Data Name="RequestURL">***</Data>
<Data Name="RequestVerb">POST</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="FilterName">C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">AspFilterSessionId</Data>
<Data Name="HeaderValue"></Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">AspFilterSessionId:</Data>
<Data Name="HeaderValue"></Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="NotificationStatus">134217730</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="RemoteAddress">10.100.21.23</Data>
<Data Name="RemotePort">50835</Data>
<Data Name="LocalAddress">10.100.21.21</Data>
<Data Name="LocalPort">80</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Headers">Connection: Keep-Alive
Content-Length: 2504
Content-Type: application/json
Accept: application/json
Accept-Encoding: gzip,deflate
Authorization: ***
Host: ***
Max-Forwards: 10
User-Agent: Apache-HttpClient/4.3.1 (java 1.5)
X-Original-URL: ***
X-Forwarded-For: 10.206.30.188:43266
X-ARR-SSL: ***
X-ARR-LOG-ID: b544d34f-39b6-4d11-af73-c8b294f4f523
</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="RequestURL">/Api/InspectionOffices/B5.010/InspectionReports</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="URLInfoFromCache">false</Data>
<Data Name="URLInfoAddedToCache">true</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="AccessPerms">513</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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>4</Level>
<Opcode>43</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="OldHandlerName"></Data>
<Data Name="NewHandlerName">ExtensionlessUrlHandler-Integrated-4.0</Data>
<Data Name="NewHandlerModules">ManagedPipelineHandler</Data>
<Data Name="NewHandlerScriptProcessor"></Data>
<Data Name="NewHandlerType">System.Web.Handlers.TransferRequestHandler</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IpRestrictionModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">RequestFilteringModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ConfigurationValidationModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WindowsAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>0</Level>
<Opcode>1</Opcode>
<Keywords>0xf</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">POST</Data>
<Data Name="Data2">/Api/InspectionOffices/B5.010/InspectionReports</Data>
<Data Name="Data3"></Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetStart</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>7</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">/LM/W3SVC/1/ROOT-1-130817740451372574</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetAppDomainEnter</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>8</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">ASP.global_asax</Data>
<Data Name="Data2">Start</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetStartHandler</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.WindowsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.WindowsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">WindowsAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AnonymousAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="AuthTypeSupported">1</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="RequestAuthType">1</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="AuthType">4</Data>
<Data Name="NTLMUsed">false</Data>
<Data Name="RemoteUserName"></Data>
<Data Name="AuthUserName"></Data>
<Data Name="TokenImpersonationLevel">2</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AUTH_SUCCEEDED</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthType">NT</freb:Description>
<freb:Description Data="TokenImpersonationLevel">ImpersonationImpersonate</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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="AuthType"></Data>
<Data Name="UserName"></Data>
<Data Name="SupportsIsInRole">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DefaultAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.DefaultAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.DefaultAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DefaultAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ServiceModel-4.0</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.ServiceModel.Activation.ServiceHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.ServiceModel.Activation.ServiceHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ServiceModel-4.0</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">UrlAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHORIZE_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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.720Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.UrlAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.UrlAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">UrlAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHORIZE_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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FileAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHORIZE_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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.FileAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Security.FileAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">FileAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHORIZE_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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Result">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">OutputCache</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Caching.OutputCacheModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Caching.OutputCacheModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">OutputCache</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">UrlRoutingModule-4.0</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Routing.UrlRoutingModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Routing.UrlRoutingModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">UrlRoutingModule-4.0</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_f840e1ec-e887-4984-bef7-066af52d49d5</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_f840e1ec-e887-4984-bef7-066af52d49d5</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.Optimization.BundleModule, System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_b01de645-4dde-4801-841b-6fc5aa91bcb3</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Optimization.BundleModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Optimization.BundleModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.Optimization.BundleModule, System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_b01de645-4dde-4801-841b-6fc5aa91bcb3</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">StaticCompressionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>12</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetMapHandlerEnter</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="OldHandlerName">ExtensionlessUrlHandler-Integrated-4.0</Data>
<Data Name="NewHandlerName">System.Web.Http.WebHost.HttpControllerHandler</Data>
<Data Name="NewHandlerModules">ManagedPipelineHandler</Data>
<Data Name="NewHandlerScriptProcessor"></Data>
<Data Name="NewHandlerType">System.Web.Http.WebHost.HttpControllerHandler, System.Web.Http.WebHost, Version=5.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>13</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetMapHandlerLeave</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">REQUEST_ACQUIRE_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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>4</Level>
<Opcode>42</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetSessionDataBegin</Opcode>
<Keywords>
<Keyword>AppServices</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>4</Level>
<Opcode>43</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetSessionDataEnd</Opcode>
<Keywords>
<Keyword>AppServices</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">REQUEST_ACQUIRE_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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">REQUEST_ACQUIRE_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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">REQUEST_ACQUIRE_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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">REQUEST_ACQUIRE_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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">REQUEST_ACQUIRE_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="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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>4</Level>
<Opcode>37</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>GENERAL_READ_ENTITY_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>38</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="BytesReceived">2504</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>GENERAL_READ_ENTITY_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>5</Level>
<Opcode>51</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Buffer">{***}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>GENERAL_REQUEST_ENTITY</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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.ImplicitAsyncPreloadModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.ImplicitAsyncPreloadModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>4</Level>
<Opcode>18</Opcode>
<Keywords>0x4</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:22.736Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetHttpHandlerEnter</Opcode>
<Keywords>
<Keyword>Page</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.314Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Cache-Control</Data>
<Data Name="HeaderValue">private</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.314Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-AspNet-Version</Data>
<Data Name="HeaderValue">4.0.30319</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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>17</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.314Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">128</Data>
<Data Name="HttpStatus">200</Data>
<Data Name="HttpReason">OK</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>MODULE_SET_RESPONSE_SUCCESS_STATUS</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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>50</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.314Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Management.WebRequestErrorEvent</Data>
<Data Name="Data2">3005</Data>
<Data Name="Data3">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetWebEventRaiseStart</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>52</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">EventLogProvider</Data>
<Data Name="Data2">All Errors Default</Data>
<Data Name="Data3">All Errors</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetWebEventDeliverStart</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>53</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetWebEventDeliverEnd</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>51</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetWebEventRaiseEnd</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Cache-Control</Data>
<Data Name="HeaderValue">private</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Cache-Control</Data>
<Data Name="HeaderValue">private</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-AspNet-Version</Data>
<Data Name="HeaderValue">4.0.30319</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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>3</Level>
<Opcode>16</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">128</Data>
<Data Name="HttpStatus">500</Data>
<Data Name="HttpReason">Internal Server Error</Data>
<Data Name="HttpSubStatus">0</Data>
<Data Name="ErrorCode">0</Data>
<Data Name="ConfigExceptionInfo"></Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Content-Type</Data>
<Data Name="HeaderValue">text/html; charset=utf-8</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">2</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_FINISH_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_f840e1ec-e887-4984-bef7-066af52d49d5</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_f840e1ec-e887-4984-bef7-066af52d49d5</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_Ninject.Web.Common.OnePerRequestHttpModule, Ninject.Web.Common, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7_fc5fe6b5-f1f1-4ff2-8346-568203dee22c</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">Ninject.Web.Common.OnePerRequestHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineEnter</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Data1">Ninject.Web.Common.OnePerRequestHttpModule</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetPipelineLeave</Opcode>
<Keywords>
<Keyword>Module</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">Content-Type</Data>
<Data Name="HeaderValue">text/html; charset=utf-8</Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>9</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>AspNetEndHandler</Opcode>
<Keywords>
<Keyword>Infrastructure</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{06A01367-79D3-4594-8EB3-C721603C4679}</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">__DynamicModule_Ninject.Web.Common.OnePerRequestHttpModule, Ninject.Web.Common, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7_fc5fe6b5-f1f1-4ff2-8346-568203dee22c</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpLoggingModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">ProtocolSupportModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HeaderName">X-Powered-By</Data>
<Data Name="HeaderValue">ASP.NET</Data>
<Data Name="Replace">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">CustomErrorModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Reason">2</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="ModuleName">DynamicIpRestrictionModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-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="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="HttpsysCacheable">false</Data>
<Data Name="Reason">22</Data>
<Data Name="CachePolicy">0</Data>
<Data Name="TimeToLive">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>HTTPSYS_CACHEABLE</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Reason">VERB_NOT_GET</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Headers">Cache-Control: private
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/8.5
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="Buffer"><!DOCTYPE html>
<html>
<head>
<title>Runtime Error</title>
<meta name="viewport" content="width=device-width" />
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen and (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen and (max-width: 479px) {
pre { width: 280px; }
}
</style>
</head><body bgcolor="white">
<span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
<h2> <i>Runtime Error</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
<br><br><b>Details:</b> To enable the details of this specific error message to be viewable on remote machines, please create a &lt;customErrors&gt; tag within a &quot;web.config&quot; configuration file located in the root directory of the current web application. This &lt;customErrors&gt; tag should then have its &quot;mode&quot; attribute set to &quot;Off&quot;.<br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>&lt;!-- Web.Config Configuration File --&gt;
&lt;configuration&gt;
&lt;system.web&gt;
&lt;customErrors mode=&quot;Off&quot;/&gt;
&lt;/system.web&gt;
&lt;/configuration&gt;</pre></code></td>
</tr>
</table><br>
<b>Notes:</b> The current error page you are seeing can be replaced by a custom error page by modifying the &quot;defaultRedirect&quot; attribute of the application&#39;s &lt;customErrors&gt; configuration tag to point to a custom error page URL.<br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>&lt;!-- Web.Config Configuration File --&gt;
&lt;configuration&gt;
&lt;system.web&gt;
&lt;customErrors mode=&quot;RemoteOnly&quot; defaultRedirect=&quot;mycustompage.htm&quot;/&gt;
&lt;/system.web&gt;
&lt;/configuration&gt;</pre></code></td>
</tr>
</table><br>
</body>
</html>
</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="BytesSent">0</Data>
<Data Name="ErrorCode">2147943629</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<Opcode>GENERAL_FLUSH_RESPONSE_END</Opcode>
<freb:Description Data="ErrorCode">An operation was attempted on a nonexistent network connection. (0x800704cd)</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="2015-07-20T14:12:53.330Z"/>
<Correlation ActivityID="{8000EFA1-0000-F200-B63F-84710C7967BB}"/>
<Execution ProcessID="4472" ThreadID="2320"/>
<Computer>XXX</Computer>
</System>
<EventData>
<Data Name="ContextId">{8000EFA1-0000-F200-B63F-84710C7967BB}</Data>
<Data Name="BytesSent">0</Data>
<Data Name="BytesReceived">3353</Data>
<Data Name="HttpStatus">500</Data>
<Data Name="HttpSubStatus">0</Data>
</EventData>
<RenderingInfo Culture="de-AT">
<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>Thursday, July 23, 2015 8:23 AM -
User-1386880025 posted
Also in the event viewer I got a warning:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 20.07.2015 16:12:53
Event time (UTC): 20.07.2015 14:12:53
Event ID: b4ec8548ad2f4424a5e1248e113602e9
Event sequence: 18916
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT-1-...
Trust level: Full
Application Virtual Path: /
Application Path: ***
Machine name: ***
Process information:
Process ID: 4472
Process name: w3wp.exe
Account name: IIS APPPOOL\EBP
Exception information:
Exception type: OperationCanceledException
Exception message: The operation was canceled.
at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.Web.Http.WebHost.HttpControllerHandler.<WriteBufferedResponseContentAsync>d__1b.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.WebHost.HttpControllerHandler.<CopyResponseAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.WebHost.HttpControllerHandler.<ProcessRequestAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Request information:
Request URL: ***
Request path: ***
User host address: ***
User:
Is authenticated: True
Authentication Type: ***
Thread account name: IIS APPPOOL\EBP
Thread information:
Thread ID: 58
Thread account name: IIS APPPOOL\EBP
Is impersonating: False
Stack trace: at System.Threading.CancellationToken.ThrowIfCancellationRequested()
at System.Web.Http.WebHost.HttpControllerHandler.<WriteBufferedResponseContentAsync>d__1b.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.WebHost.HttpControllerHandler.<CopyResponseAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.Http.WebHost.HttpControllerHandler.<ProcessRequestAsyncCore>d__0.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Web.TaskAsyncHelper.EndTask(IAsyncResult ar)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Custom event details:Thursday, July 23, 2015 10:50 AM -
User-138691462 posted
Message is too long to read.
And we didn't get the point of the errors.
Already alter the Moderators. May be the can provide more ideas.
Monday, July 27, 2015 4:45 AM -
User24670 posted
Hi,
500.0 indicates a module or ISAPI error occurred. Based on experience, it more likely relate to the application. Like, the app raised an exception. https://support.microsoft.com/en-us/kb/943891
As you mentioned, this call itself took 30s. It also shows in the FREB trace, TimeTaken is 30610 millisecond. I suspect 500 is caused by some kinds of TimeOutException.
To investigate such kinda problem, you can check from event log or application's log. Find out whether any relevant Exception Type. Then you can use Debug diagnostic Tool to capture crash dump and also investigate this memory dump. Here is a reference for you, to know how to troubleshooting a http request time out issue.
If you don't see any relevant exception time, then you can turn to capture a hang rule, by monitoring HTTP response time. When request executed around 20 seconds, since the request will failed at 30 seconds, capturing a hang dump with DebugDiag.
After you capture memory dump, use Debug Diag to analyze the dump file. It will tell you more hints about his problem.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, July 27, 2015 9:16 AM