Quantcast
Channel: Troubleshooting
Viewing all 1814 articles
Browse latest View live

Server Error in '/' Application.

$
0
0

My site is giving this message. Anyone can help me to resolve this problem. 

Server Error in '/' Application.


Exception of type 'System.Exception' was thrown.

Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Exception: Exception of type 'System.Exception' was thrown.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace:

[Exception: Exception of type 'System.Exception' was thrown.]
   MySql.Data.MySqlClient.NativeDriver.Open() +211

[MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts.]
   MySql.Data.MySqlClient.NativeDriver.Open() +260
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +87
   MySql.Data.MySqlClient.MySqlConnection.Open() +353
   Business.MySqlDataAccess.ExecuteDataset(String connectionString, CommandType commandType, String commandText, MySqlParameter[] commandParameters) +76
   Business.HomePage_cs.GetstoryforTop(String CatID, String Home) +220
   UC_TopHeader.CreateTopMenu() +7097
   UC_TopHeader.Page_Load(Object sender, EventArgs e) +242
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
   System.Web.UI.Control.OnLoad(EventArgs e) +92
   System.Web.UI.Control.LoadRecursive() +54
   System.Web.UI.Control.LoadRecursive() +145
   System.Web.UI.Control.LoadRecursive() +145
   System.Web.UI.Control.LoadRecursive() +145
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +772

 


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.36373             


IIS not sending the response to ACE NLB probes

$
0
0

Hi,

Is there any way we can find out if IIS not sending the response to ACE NLB probes. Is there any way to  debug the issues like this. What to look in the log file and where. Is there any way to understand missing responses from IIS

Regards
Rajaniesh

Create dump of IIS app pool stopping frequently

$
0
0

Hi

I was wondering is there any way to take the dump of  specific IIS app Pool which is stopping some times. We do not want to capture exceptions but we need the reason why it is stopping

Regards Rajaniesh
 

Intermittent Kerberos issue when switching to https

$
0
0

Hi everyone,

I am experiencing a strange intermittent issue with Kerberos authentication, between our SQL server and web application.

Some background:

  • One Windows 2012 R2 server running IIS 8.5. This machine is running on VMware ESXi 5.5.
  • One Windows 2012 R2 server running SQL Server 2012 Std 11.0.6537. This is a physical machine.
  • Windows authentication is used.
  • Using Kerberos Constrained Delegation for forwarding user credentials to the SQL back-end.
  • SQL Server runs under its own domain service account, as is the AppPool running the web application.
  • All SPNs are in place and checked.
  • A and PTR records in place for the web application. Let's call the URL mywebapp.domain.com for now, and the server running IIS myiisserver.
  • Wildcard certificate is used for https binding.
  • So, we have a two-hop Kerberos setup.

Basically, what happens is that when I access the application through http://mywebapp.domain.com, everything works flawlessly and keeps working flawlessly. Authentication works fine, no problems whatsoever.

However, when I change the binding to https and assign the wildcard certificate, the web application works for some time, and then starts to fail: Unable to authenticate. The credentials are not delegated correctly to the SQL server.

The SQL server shows the infamous "Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON"error, Error: 18456, Severity: 14, State: 5. In the system log of the IIS server, these entries pop up:

Error Code: 0xd KDC_ERR_BADOPTION
 Extended Error: 0xc0000272 KLIN(0)

I haven't been able to determine any pattern as to after how long the failure crops up. It can be between 20 minutes and 2 hours. What I do notice is that delegation starts working again after 15 minutes. And then it is waiting for the next failure.

When I switch back to http, everything is fine.

I have done a lot of searching, Googling and whatever. I have no clue as to what is causing this odd behavior. Some people mention TCP/IP autotuning as a possible cause, but that seems to be on Windows 7 and 2008 R2 only.

Any of you have ideas what might be causing this? Any thoughts or ideas are much appreciated.

Thanks,

Erwin G.

w3wp crashes with AccessViolationException

$
0
0

Hi,

We have an asp.net website that from time to time its app pool process crashes (IIS 8.5, Classic app pool, 64-bit).

The Event log shows several errors including the following two:

Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96
Faulting module name: iiscore.dll, version: 8.5.9600.17224, time stamp: 0x53b1e5a1
Exception code: 0xc0000005
Fault offset: 0x0000000000029f18
Faulting process id: 0xc6c
Faulting application start time: 0x01d286fe49bccca8
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\system32\inetsrv\iiscore.dll

Faulting application name: w3wp.exe, version: 8.5.9600.16384, time stamp: 0x5215df96
Faulting module name: KERNELBASE.dll, version: 6.3.9600.18202, time stamp: 0x569e7eb1
Exception code: 0xe0434352
Fault offset: 0x0000000000008a5c
Faulting process id: 0x3758
Faulting application start time: 0x01d2879aae6b6c1d
Faulting application path: c:\windows\system32\inetsrv\w3wp.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll

Using WinDbg I opened the Crash Dump and got the following:

BUGCHECK_STR:  CLR_EXCEPTION_REMOTE_System.AccessViolationException

DEFAULT_BUCKET_ID:  CLR_EXCEPTION_REMOTE_System.AccessViolationException

STACK_TEXT:

00000000`00000000 00000000`00000000 System_Web_ni!System.Web.UnsafeNativeMethods.EcbExecuteUrlUnicode+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.HttpResponse.BeginExecuteUrlForEntireResponse+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.DefaultHttpHandler.BeginProcessRequest+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.HttpApplication.ExecuteStep+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.HttpApplication.ApplicationStepManager.ResumeSteps+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.HttpRuntime.ProcessRequestInternal+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.HttpRuntime.ProcessRequestNoDemand+0x0
00000000`00000000 00000000`00000000 System_Web_ni!System.Web.Hosting.ISAPIRuntime.ProcessRequest+0x0

From this stack trace I figured that a certain request started being processed in the ISAPI but at crashed. However I have been unable to obtain a trace file to see if there's anything special about it.

Running DebugDiag v2 didn't get me much. Basically KernelBase!RaiseException with the following thread stack:

.NET Call Stack

[[ComMethodFrame]]


Full Call Stack

ntdll!NtGetContextThread+a
clr!HndDestroyHandle+36
0x000008e0
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0xaaaaaaaa`aaaab000
0x0000008f`5bc9a4d0
0xaaaaaaaa`aaaab000
[[ComMethodFrame]]

One more thing: the app is hosted in Amazon cloud, but I don't know if this is relevant.

Any idea?

Machine.config not read/used

$
0
0

I have a situation with two identical application (web) servers under a load balancer (fail over)

On both servers the same web applications are installed and the same IIS site configuration is used (actually I used an export and import to achieve this, with a rename the IP adres in the config).

On one of the servers I get the following error message when accessing a web service (while there is such a section in the machine.config)
"The configuration section 'protocolMapping' cannot be read because it is missing a section declaration"
So apparently on this server, the machine.config is not read.

I checked the access rights for C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machine.config and I think they are configured correctly (read permission for IIS-IUSRS).

Does anyone
1) know what might be possible causes?
2) know how to analyze this issue?

I know how to work-arround this issue to make the web applications work, that is not te problem, but I want to have both application servers operate in an identical way.

Thanks in advance!

Unable to make changes to PHP53_viaFastCGI Handler

$
0
0

Hi there, 

I need to add the PUT verb to the PHP53_viaFastCGI Handler Mapping.  Anytime I try to make any kind of change to the Handler, I receive the following message "Edit Module Mapping:  The specified executable for the handler must be a .dll or .exe file.  If the path to the script processor (only in the case of a .exe file) has spaces, use double quotation marks to specify the executable."

Any suggestions?  

Note: I have very little experience with IIS.

WSUS IIS Issue

$
0
0

G'day,

I'm running an offline WSUS Server 2012 VM which has until now functioned relatively well.  After the last import Computers are not longer reporting as Client Web Services (and the Web.Config and Client.asmx files specifically) are creating errors.  If I entirely remove and reinstall IIS and WSUS I get an error 12022 Client Web Services not working in event viewer which isn't the most useful error.  In the IIS console if I try to check any options uner WSUS Administration - Client Web Services I get an error message saying "there was an error while performing this operation. error: configuration file is not well-formed xml".  If I change the the web.config file out with an older version the error goes away and I can change settings in the IIS console, but in event viewer under IIS-Configuration - Administration I get a series of Warnings that IIS is  "Unable to find schema for config section 'system.serviceModel/serviceHostingEnvironment'.  This section will be ignored" but for almost every line of the config file, including system.serviceModel/tracking system.serviceModel/extensions etc

There was a problematic update released last year (3159706) but after doing the post install steps everything worked fine, until now.  Has anyone ever encountered issues like these preventing Computers from reporting to WSUS?  Trying to connect viahttp://url:8530/clientwebservice/client.asmx returns 500 - Internal Server Error and the intepub logs have 500 19 50 * from workstations trying to connect to client.asmx


Windows server change ip got disconnected

$
0
0

Hello everyone,

Am new to these kind of stuff and I changed my network sharing IPv4 and the subnet mask was 255.0.0.0.

And I can't reconnect to the server again not even the Desktop of the windows server.. It was on auto ip assign for the internet on the server, now I can't join the server..

Please help

Cheers,

Hamza

ARR 3.0 with IIS 8.5 (Windows 2012 R2) - H "Transfer-Encoding: chunked"

$
0
0

Hello,

I have issue with request with Header -H "Transfer-Encoding: chunked" ARR is giving me error 502.7 (Failde request logs), to output supose to be jason. Some one cane help with this issue ?

Error when editing permissions of virtual directory: "IISMANAGER_CRASH"

$
0
0

Platform:

Windows 10E x64

IIS 10

App pool:  Classic .net CLR v4.0.3

Using IIS as local Admin

-------------------------

Action:

When trying to Edit permissions of a virtual directory that is a subdirectory in the default website, IIS will crash and the below log will appear.  

- This happens in ALL Vir Dirs that I create. 

- Does NOT happen in regular static IIS application's or directories

-------------------------------

Actions tried;

Reboot

Reinstalledlled IIS

------------------------------------------

LOG FILES:

<div class="e"> <div> <ProviderName="Microsoft-Windows-IIS-IISManager" /></div> </div> <div class="e"> <div> <EventID Qualifiers="0">13</EventID></div></div> <div class="e"> <div> <Level>2</Level></div> </div> <div class="e"><div> <Task>0</Task></div> </div> <div class="e"> <div> <Keywords>0x80000000000000</Keywords></div> </div> <div class="e"> <div> <TimeCreatedSystemTime="2017-03-01T16:28:28.905536400Z" /></div> </div> <div class="e"> <div> <EventRecordID>4291419</EventRecordID></div> </div> <div class="e"> <div> <Channel>Application</Channel></div> </div>

IISMANAGER_CRASH

IIS Manager terminated unexpectedly.

Exception:System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Web.Management.Iis.WebObjects.WebObjectsHierarchyProvider.ServerContentInfo.get_PhysicalPath()
at Microsoft.Web.Management.Iis.WebObjects.WebObjectsHierarchyProvider.ServerContentInfo.ExplorePermissions()
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters)
at Microsoft.Web.Management.Client.TaskList.InvokeMethod(String methodName, Object userData)
at Microsoft.Web.Management.Host.UserInterface.Tasks.MethodTaskItemLinkLabelLine.OnLinkLabelLinkClicked(Object sender, LinkLabelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnLinkClicked(LinkLabelLinkClickedEventArgs e)
at System.Windows.Forms.LinkLabel.OnMouseUp(MouseEventArgs e)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Label.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at Microsoft.Web.Management.Host.Shell.ShellApplication.Execute(Boolean localDevelopmentMode, Boolean resetPreferences, Boolean resetPreferencesNoLaunch)

Process:InetMgr

THANK YOU!

Error 503 Service Unavailable when using localhost

$
0
0

I am having problems loading web pages using localhost using Windows 7 and IIS7.5. It was all working fine until I installed some Microsoft updates including Windows 7 Service pack 1 when I started getting error 503 Service Unavailable.I posted a message on the Microsoft forum related to Windows updates, but all the suggestions for resolving or identifying the problem were unsuccessful.
After uninstalling Windows7 SP1, turning off IIS Manager in 'Programs and Features' in the control panel,then turning on IIS with the default configuration, Localhost appeared to be working correctly, and continued to work correctly after reinstalling Windows 7 SP1. I then reconfigured IIS to run PHP scripts following the instructions on http://technet.microsoft.com/en-us/library/dd239230(WS.10).aspx?ppud=4
but the error 503 returned.
I have uninstalled PHP, turned off IIS, re-installed PHP and reconfigured IIS and still get the same error message.
If I look in the 'Windows Logs/System section of 'Event Viewer' (in Control Panel/Administrative Tools'), I find 5 warnings and 1 error message all within a space of 2 seconds at the time I attempted to load the web page.
The warnings ar all the same, and are
Source: WAS
Event ID: 5022
level: Warning
Description:
The Windows Process Activation Service failed to create a worker process for the application pool 'DefaultAppPool'. The data field contains the error number.
Data: 8007012B
The error message is
Source: WAS
Event: 5002
Description
Application pool 'DefaultAppPool' is being automatically disabled due to a series of failures in the process(es) serving that application pool.
There is a 'Help' hyperlink at the bottom of the Warnings which takes me to a web page where I can download a utility named 'Err'
Running this utility and passing it the data in the warning gives the following additional information.

D:\Err>err 8007012b
# as an HRESULT: Severity: FAILURE (1), Facility: 0x7, Code 0x12b
# for hex 0x12b / decimal 299 :
  MCIERR_NEW_REQUIRES_ALIAS                                     mmsystem.h
  SQL_299_severity_16                                           sql_err
# The DATEADD function was called with bad type %ls.
  ERROR_PARTIAL_COPY                                            winerror.h
# Only part of a ReadProcessMemory or WriteProcessMemory
# request was completed.
# 3 matches found for "8007012b"

At the same time as this error and warnings are generated, 2 new folder chains are created in the c:\Users folder and are
TEMP.IIS APPPOOL.006\AppData\Local\Microsoft\VisualStudio\
TEMP.IIS APPPOOL.007\AppData\Local\Microsoft\VisualStudio\
There are no other files or folders in any of these sub-folders.

If I go to IIS Manager after the error has occured and from the server node select Worker Processes, no processes are listed.
The PHP script I am attempting to load just consists of
<?php
phpinfo();
?>
I am at a loss to know where to go from here.

HTTP Error 502.3 with Tomcat and HTTP Platform Handler

$
0
0

Hi! I'm trying to deploy a Java Servlet on Tomcat 8 to a windows server. I am using IIS 8 and HTTP Platform Handler 1.2 (and yes I've double checked that it's installed, and enabled in the Handler Mappings).

However, I get an error (attached below) whenever I try to access localhost. First, it'll say "Waiting for localhost..." for a couple minutes. And then it'll show this page. If I replace localhost with my IP, it'll say "Waiting for [IP]...", etc etc. 

In my web.config, I have CATALINA HOME mapped to Tomcat, and JRE HOME mapped to jdk 1.8.

In Tomcat's server.xml file, I've updated the connector port to ${port.http}.

I'm trying to get a simple .war servlet running (downloaded from Tomcat). Can anybody give me guidance on how to troubleshoot? I've looked a lot and none of the other threads seem to be relevant to this error. Thank you in advance! 

EDIT: Also, I'm not getting any new logs in the inetpub file, nor do I have logs in Tomcat, so I'm not sure how to trace this error. 

502.3 Bad Gateway

IIS Application Always Waiting on Server

$
0
0

I'm trying to launch my web application through my browser but it never loads.  The title of the tab shows the loading wheel and says "Waiting on ServerName".  When I browse to the application on my server through IIS the application will load.  When I run the application through Visual Studio it will also load.  Due to that I'm labeling IIS as the problem.  However I'm not sure where to look in IIS to fix this especially due to the fact no one has changed anything in IIS.  So how would a problem like this even start?

ASN Bad tag value met Error Fix

$
0
0

Hello IIS Community,

I am getting "ASN Bad tag value met" error when trying to install SSL on my IIS 7 server. I tried many fixes but doesn't solve the problem. Finally, i found an article with a unique method to solve it via Microsoft Management Console. But I am stuck in the middle of the process. This is the article: https://www.techquintal.com/fix-asn-bad-tag-value-met-or-cannot-find-certificate-request-associated-with-this-certificate-file-error-on-the-iis7/

In the "Using Microsoft Management Console" section, on step 10 it says "Navigate to Personal Certificates." But i can't find  personal certificate section. I only have "Personal" folder there. Is it OK to continue the process in that folder? I am afraid of the consequences of the wrong actions. That's why asking. Please please help me.


Random & Unexplainable 403 Errors on Internal Network

$
0
0

Hello,

There is something really strange going on with my configuration. I seem to get random 403 errors on resources.  The weird part is that this does not happen if I access the website from an external network (internet).

Any ideas?

Thanks.

IIS 8.5 - Application life cycle - Application_start not fireing after changes

$
0
0

I am using IIS 8.5 on a Windows 2012 server. The .Net version is 4.6.1. The app pool is running in integrated mode. 32 bit is forced because of some external libraries and the authentication mode is "windows".

My web application is using the Application_start event of the global.asax to init some global values. That works fine for the first start of my website. But later IIS never restart the application when changes are made on the global.asax (or web.config) so that Application_start not called again. Stopping and starting the app pool or an IISReset doesn't work. Even a restart of the whole server will not fix the problem. I've also tried to delete the ASP.NET temporary files - but no effect. Only if I delete all files an copy a modified !!! version of the website on the server and restart it there is a chance that Application_start is called again and the changes take effect.

In my understanding should IIS automatically restart the application after changes on the global.asax oder web.config. At least when IISReset is called the life cycle of my application should end.

Am I right or do i wrong? Is there maybe a type of misconfiguration on my side?

.rig

500 Internal Server Error

$
0
0

Hi,

I am working on a website that runs just fine on my local machine, but gets a 500 internal error when run on one of our test servers. I don't have an in depth knowledge of IIS and am struggling to make any sense of the Failed Request Log.

The server is Windows 2008 R2, running IIS 7.5.7600.16385

The Failed Request Log is as follows:

<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xsl' href='freb.xsl'?>
<!-- saved from url=(0014)about:internet -->
<failedRequest url="http://xxxxxxx:80/ASBOLxxxxxxx/BrokerPolicySearch/SearchBrokerPolicies/1/1356163/3/bf05ec4998628443d4901c1a6c22207d"
siteId="1"
appPoolId="ASBOLxxxxxxx"
processId="2548"
verb="POST"
remoteUserName="TestBolxxxxxxx"
userName="TestBolxxxxxxx"
tokenUserName="IIS APPPOOL\ASBOLxxxxxxx"
authenticationType="Forms"
activityId="{00000000-0000-0000-B00A-0080000000CB}"
failureReason="STATUS_CODE"
statusCode="500"
triggerStatusCode="500"
timeTaken="9297"
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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="SiteId">1</Data>
<Data Name="AppPoolId">ASBOLxxxxxxx</Data>
<Data Name="ConnId">1610615463</Data>
<Data Name="RawConnId">0</Data>
<Data Name="RequestURL">http://xxxxxxx:80/ASBOLxxxxxxx/BrokerPolicySearch/SearchBrokerPolicies/1/1356163/3/bf05ec4998628443d4901c1a6c22207d</Data>
<Data Name="RequestVerb">POST</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">RequestMonitorModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">RequestMonitorModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="FilterName">C:\Windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="HeaderName">AspFilterSessionId</Data>
<Data Name="HeaderValue"></Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="HeaderName">AspFilterSessionId:</Data>
<Data Name="HeaderValue"></Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="NotificationStatus">134217730</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="RemoteAddress">192.168.137.88</Data>
<Data Name="RemotePort">55911</Data>
<Data Name="LocalAddress">192.168.137.139</Data>
<Data Name="LocalPort">80</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Headers">Connection: keep-alive
Content-Length: 278
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept: */*
Accept-Encoding: gzip, deflate
Accept-Language: en-GB,en;q=0.8,en-US;q=0.6
Cookie: ASP.NET_SessionId=ias40ve4y4hrkwkapy5uarc5; __RequestVerificationToken_L0FTQk9MSnViaWxlZTI1=Z698__mfYSZD4MRPFK5kqWr-_H3S2hY9eNDaObTHecwT-RWcu8tHpDIS5P1Un1QaFKowP4ojEPzVESBUUKAskixjO-LbwZFVBW1Dm9jwvmE1; __RequestVerificationToken_L0FTQk9MSnViaWxlZQ2=yYg8RivcVzhMjE0jH8QEyAFJdwj8CSNz9GwiaJxsffUpFnio5dCQzHZaWUPbYaKl0Rd7uDIsdWdqeWrU7eC5dp6c_eQDx-PiNgFDhprCaVA1; .BOLASPXAUTH=63400AAA4BB80DF666190A2CF047864F2BD92F894A060A4405610FA1B6AB500C5D3BF648CE6BA789D5EFA7FB71334E600E89AEEA46D1CAA98D4D4E61D3DB1CD43150ECA3659E96E49B780FC2BA71A203B8E19C01C24F2C9EECCC4B838AF7A5521D7C9BA8B2BCA74A6E2A8B5532B3DEF7C644820C1B8ED05D300485638094788382C9C0814C0F65D7A01CFBE3B3B4F318A222FA3EFDF37EDC0FB39E3EA3F81C09D048847C8D73405DCFC8BD3409D87C59
Host: xxxxxxx
Referer: http://xxxxxxx/ASBOLxxxxxxx/BrokerPolicySearch/Index/1/1356163/3/bf05ec4998628443d4901c1a6c22207d
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36
Origin: http://xxxxxxx
X-Requested-With: XMLHttpRequest
DNT: 1
</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="RequestURL">/ASBOLxxxxxxx/BrokerPolicySearch/SearchBrokerPolicies/1/1356163/3/bf05ec4998628443d4901c1a6c22207d</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="URLInfoFromCache">false</Data>
<Data Name="URLInfoAddedToCache">true</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="AccessPerms">513</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</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="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IpRestrictionModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IpRestrictionModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">RequestFilteringModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">RequestFilteringModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ConfigurationValidationModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ConfigurationValidationModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">CertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="AuthTypeSupported">128</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">MapCliCert</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">CertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="AuthTypeSupported">2</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">Basic</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="AuthTypeSupported">4</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">NT</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="AuthTypeSupported">16</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">Digest</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IISCertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="AuthTypeSupported">128</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">MapCliCert</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IISCertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">WindowsAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">POST</Data>
<Data Name="Data2">/ASBOLxxxxxxx/BrokerPolicySearch/SearchBrokerPolicies/1/1356163/3/bf05ec4998628443d4901c1a6c22207d</Data>
<Data Name="Data3"></Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.006Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">/LM/W3SVC/1/ROOT/ASBOLxxxxxxx-1-131347447952089957</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">ASP.global_asax</Data>
<Data Name="Data2">Start</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.WindowsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.WindowsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">WindowsAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FormsAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.FormsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="AuthType">Forms</Data>
<Data Name="UserName">TestBolxxxxxxx</Data>
<Data Name="SupportsIsInRole">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.FormsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FormsAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</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="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">AnonymousAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">AnonymousAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DefaultAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.DefaultAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.DefaultAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DefaultAuthentication</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ServiceModel-4.0</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.ServiceModel.Activation.ServiceHttpModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.ServiceModel.Activation.ServiceHttpModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</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="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">UrlAuthorizationModule</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">UrlAuthorizationModule</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">UrlAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.UrlAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.UrlAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">UrlAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FileAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.FileAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.FileAuthorizationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FileAuthorization</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Result">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">OutputCache</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Caching.OutputCacheModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Caching.OutputCacheModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">OutputCache</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">UrlRoutingModule-4.0</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Routing.UrlRoutingModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Routing.UrlRoutingModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</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="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_b61f5d9f-72a3-46f5-9dfd-1934ab9d1f85</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_b61f5d9f-72a3-46f5-9dfd-1934ab9d1f85</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.Optimization.BundleModule, System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_8ec4b1fa-fded-4052-a757-02df03b56862</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Optimization.BundleModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Optimization.BundleModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.Optimization.BundleModule, System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_8ec4b1fa-fded-4052-a757-02df03b56862</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">StaticCompressionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">StaticCompressionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpRedirectionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpRedirectionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="OldHandlerName">ExtensionlessUrlHandler-Integrated-4.0</Data>
<Data Name="NewHandlerName">System.Web.Mvc.MvcHandler</Data>
<Data Name="NewHandlerModules">ManagedPipelineHandler</Data>
<Data Name="NewHandlerScriptProcessor"></Data>
<Data Name="NewHandlerType">System.Web.Mvc.MvcHandler, System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">32</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</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="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="BytesReceived">278</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Buffer">__RequestVerificationToken=gqQD_Y048tGBtP7CTJpLR0uyfKjgHGSCQKQqMkxKhOzllUHVrNWYK4Kdx3pZf07UdHmRwfFHAlLS9mes7rkzUvJl-mHjg4M43wmGObMJc64z3s8oEAvrhaZnloV0a0hr0&amp;PolicyId=&amp;PolicyHolderId=&amp;PolicyHolderName=Waruhiu+K&apos;owade+%26+Ng&apos;ang&apos;a+Advocates&amp;PolicyNumber=&amp;PolicyStatus=&amp;PolicyType=</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.ImplicitAsyncPreloadModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.ImplicitAsyncPreloadModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:05.022Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>4</Level>
<Opcode>19</Opcode>
<Keywords>0x4</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.288Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>AspNetHttpHandlerLeave</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>3</Level>
<Opcode>16</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.288Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</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="en-GB">
<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>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.288Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ManagedPipelineHandler</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.288Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.288Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.SessionState.SessionStateModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Session</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>17</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="CachePolicy">0</Data>
<Data Name="TimeToLive">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>OUTPUT_CACHE_UPDATE_START</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="CachePolicy">NO_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{AC1D69F1-BF33-4CA0-9313-BCA13873E1DC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>18</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Result">2</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>OUTPUT_CACHE_UPDATE_END</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Result">NOT_FREQUENTLY_HIT</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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">OutputCache</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Caching.OutputCacheModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Caching.OutputCacheModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">OutputCache</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">LOG_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">AspNetFilterModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">LOG_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">CustomLoggingModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">LOG_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">CustomLoggingModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">LOG_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FormsAuthentication</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.FormsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Security.FormsAuthenticationModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">FormsAuthentication</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Profile.ProfileModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">Profile</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ScriptModule-4.0</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.Handlers.ScriptModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</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="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_b61f5d9f-72a3-46f5-9dfd-1934ab9d1f85</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASPNET" Guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}"/>
<EventID>0</EventID>
<Version>0</Version>
<Level>5</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Data1">System.Web.WebPages.WebPageHttpModule</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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>5</Level>
<Opcode>9</Opcode>
<Keywords>0x1</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ConnID">0</Data>
<Data Name="Context ID">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">__DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_b61f5d9f-72a3-46f5-9dfd-1934ab9d1f85</Data>
<Data Name="Notification">2048</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">END_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpLoggingModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpLoggingModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ProtocolSupportModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">ProtocolSupportModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>6</Opcode>
<Keywords>0x40</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>DYNAMIC_COMPRESSION_START</Opcode>
<Keywords>
<Keyword>Compression</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{E60CEE96-4472-448D-A13C-2170B18220EC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.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>8</Opcode>
<Keywords>0x40</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Reason">9</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>DYNAMIC_COMPRESSION_NOT_SUCCESS</Opcode>
<Keywords>
<Keyword>Compression</Keyword>
</Keywords>
<freb:Description Data="Reason">NOT_SUCCESS_STATUS</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{E60CEE96-4472-448D-A13C-2170B18220EC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.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>0x40</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>DYNAMIC_COMPRESSION_END</Opcode>
<Keywords>
<Keyword>Compression</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{E60CEE96-4472-448D-A13C-2170B18220EC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">CustomErrorModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>52</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Reason">2</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="ModuleName">CustomErrorModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>14</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="HttpsysCacheable">false</Data>
<Data Name="Reason">22</Data>
<Data Name="CachePolicy">0</Data>
<Data Name="TimeToLive">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>HTTPSYS_CACHEABLE</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Reason">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="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>GENERAL_FLUSH_RESPONSE_START</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>47</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Headers">Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Server: Microsoft-IIS/7.5
X-AspNetMvc-Version: 5.2
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>GENERAL_RESPONSE_HEADERS</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>49</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="Buffer">

&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;meta name=&quot;viewport&quot; content=&quot;width=device-width&quot; /&gt;
&lt;title&gt;Error&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;hgroup&gt;
&lt;h1&gt;Error.&lt;/h1&gt;
&lt;h2&gt;An error occurred while processing your request.&lt;/h2&gt;
&lt;/hgroup&gt;
&lt;/body&gt;
&lt;/html&gt;
</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>GENERAL_RESPONSE_ENTITY_BUFFER</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>36</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="BytesSent">602</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>GENERAL_FLUSH_RESPONSE_END</Opcode>
<freb:Description Data="ErrorCode">The operation completed successfully.
(0x0)</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>0</Level>
<Opcode>2</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2017-03-23T12:14:14.303Z"/>
<Correlation ActivityID="{00000000-0000-0000-B00A-0080000000CB}"/>
<Execution ProcessID="2548" ThreadID="5116"/>
<Computer>xxxxxxx</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B00A-0080000000CB}</Data>
<Data Name="BytesSent">602</Data>
<Data Name="BytesReceived">1657</Data>
<Data Name="HttpStatus">500</Data>
<Data Name="HttpSubStatus">0</Data>
</EventData>
<RenderingInfo Culture="en-GB">
<Opcode>GENERAL_REQUEST_END</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
</failedRequest>

Failed request tracing bug

$
0
0

Hi,

I believe i found a bug.

I configured FRT to log any requests longer then x seconds for Classic ASP requests.

Inside the log under "request summery" => "time taken" i can see that indeed that request took this long.

But in "request details" under "complete request trace" or "performance view" i can't find anything that would explain this duration as all records are at "0ms".

Then i looked at the last record of the "Complete request trace" and saw that it's a "ASP_SCRIPT_TRACE_COM_CALL_START" which is accessing the DB. since the "ASP_SCRIPT_TRACE_COM_CALL_END" that should follow that one is missing, the time of that db access is not logged anywhere in the report.

I have found this issue in multiple trace logs where the log ends with a DB request. And also, that DB request is doubled in the log for some reason. When the first group of "START" and "END" show "0ms".

See example image: https://drive.google.com/open?id=0BwoJABE2FogsZjVYUkVKNUFBLXM

IIS 7.0 - Unable to add additional public IP address to server (server 1 of 2 servers with shared config)

$
0
0

Hi all

I am hoping someone can assist.

I am trying to add another public IP to one of my two IIS 7.0 web servers (that use shared configuration). When I do this (adding the IP address and subnet to the server's NIC) the following message appears when I try to load IIS Manager (the websites hosted from the server appear to still be accessible and the server otherwise works as normal):

"There was an error when trying to connect. Do you want to retype your credentials and try again?

Details:

Filename:

\\?\C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config

Error:

"

Yes no message in the Error section, just blank. When you press 'Yes' you are promoted to enter credentials to attempt to connect but that does not work either.

I tried to add the IP address on both servers and the same thing happennend, so it's not just one of them. Additionally, one of the servers already has two additional public IP's assigned to it and appears to work without issue. Perhaps there is something I don't understand about IIS using shared configuration, I don't know.

Any assistance anybody is able to provide will be greatly appreciated.

Thanks

Viewing all 1814 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>