I have problems to configure IIS to publish an ISAPI application. Instead of opening the site displays the files in the folder. Can anyone help me?
I have problems to configure IIS to publish an ISAPI application. Instead of opening the site displays the files in the folder. Can anyone help me?
Hey, Sorry if this has been covered elsewhere, but is there a way to use PHP 5.6 in WebMatrix 3? I installed it already in the Microsoft Web Platform installer for Windows and IIS Express. And it's installed on my machine under "C:\Program Files(x86)" but I was curious if I could get WebMatrix to see it, because it only sees 5.3, 5.4, and 5.5 right now.
Recently, I apply for a new SSL certificate for my IIS7 server. However, after I installed the new SSL certificate, the client starts to show the error message said that the SSL certificate in not trusted. I am sure the root certificate is already included in the trusted root certificate list of the client side.
In the IIS server, the certificate chain looks like this:
Root CA Certificate --> Intermediate CA 1 Certificate --> Intermediate CA 2 Certificate --> SSL Certificate
However, I use a SSL test tool to check the SSL handshake, it reported that the IIS7 server only send the Intermediate CA 2 Certificate and SSL Certificate to the client side.
Is there a way to enforce the IIS7 server to send the Intermediate CA 1 Certificate to the client side too?
Hi everyone,
I got a newbie question that i hope someone can help me with.
I installed Wordpress on WebMatrix on my Win 7 machine. I am trying to access the MySQL database but i am not able to do so. Can someone tell me where it is located on my computer?
Also, is there an easy way to extract the database? I read online that you can access it by running MySQL commands. Just wondering if there's a button or a link in WebMatrix that I can simply click.
Thanks!
Cliff
I have a simple php script that runs on an IIS 6 2003 server. All the script does is try to open a file on a shared network location and display its content to the screen. Try as I might I cannot get that to work. I keep getting a "failed to open stream error message". After a lot of reading (I'm on my second week of working at this) I narrow the problem down to being a server configuration problem. I can run the script through the command prompt and it works fine. If I run var_dump(shell_exec('whoami')) It returns "NULL". If I run that same command on the command prompt it returns the current user that is logged in (i.e. me). The task manager reports that the user for w3wp.exe is "NETWORK SERVICE". I'm including the code below although I'm 100% sure the code is not the problem (I've tested it on a diffeent server with no issues) but, some people like to look at code so there it is. How do you configure or make changes on the server so that it allows reading from a network location? Also, the network location I'm trying to access have been setup with all permissions for everybody so that we can solve this one issue.
</div><?php $theFile="\\\\192.168.0.16\\geo\\junk.txt"; #network file does not works #$theFile="junk.txt"; #local file works fine $handle = fopen($theFile, "r"); if($handle){ while (!feof($handle)){ $buffer = fgets($handle); echo $buffer."<br />"; } } ?>
Hi All,
In our organization we are planning to migrate the websites to a new server, but IIS version remains the same(IIS 8.0).
Is there any easiest and safest way to move all the websites and application polls to the new server. If it so, kindly let us know the steps for the same.
Thanks in advance,
K.P.Senthil Kumar
Hello,
We are getting a 404 file not found error when we try to install Moodle via the Web Installer:
DownloadManager Information: 0 : Remote file has not changed, using local cached file: C:\Users\administrator.FORESTACADEMY\AppData\Local\Microsoft\Web Platform Installer\-1877981721.xml.temp DownloadManager Information: 0 : Filtering by current OS DownloadManager Information: 0 : Sucessfully loaded the feed 'https://www.microsoft.com/web/webpi/5.0/enterpriseproductlist.xml' after preprocessing, location on disk: 'C:\Users\administrator.FORESTACADEMY\AppData\Local\Microsoft\Web Platform Installer\preprocessor\-1877981721.xml' DownloadManager Information: 0 : Sucessfully loaded the feed 'https://go.microsoft.com/?linkid=9842185' after preprocessing, location on disk: 'C:\Users\administrator.FORESTACADEMY\AppData\Local\Microsoft\Web Platform Installer\preprocessor\1343597488.xml' DownloadManager Information: 0 : Getting ratings file from http://go.microsoft.com/?linkid=9752395 DownloadManager Information: 0 : http://go.microsoft.com/?linkid=9752395 responded with 302 DownloadManager Information: 0 : Response headers: HTTP/1.0 302 Moved Temporarily Cache-Control: private Content-Length: 203 Content-Type: text/html; charset=utf-8 Expires: Fri, 19 Sep 2014 11:25:17 GMT Location: http://www.microsoft.com/web/handlers/WebPI.ashx?command=getatomfeedwithavgratingquery Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 X-Powered-By: ASP.NET Date: Fri, 19 Sep 2014 11:26:17 GMT X-Cache: MISS from proxy06.swgfl.ifl.net Via: 1.0 proxy06.swgfl.ifl.net:8084 (squid) Proxy-Connection: close
DownloadManager Information: 0 : Content-Encoding header: 'gzip' DownloadManager Information: 0 : Number of bytes downloaded over the internet: '22071' DownloadManager Information: 0 : Number of bytes after possible decompression: '73614' DownloadManager Warning: 0 : Error getting last-modified header, error code: 12150 DownloadManager Warning: 0 : HttpQueryInfoWithRetry for HTTP_QUERY_LAST_MODIFIED failed. DownloadManager Information: 0 : Ratings file loaded successfully DownloadManager Information: 0 : Adding product Moodle (Moodle) to cart DownloadManager Information: 0 : Adding product 'Moodle' DownloadManager Information: 0 : Setting current install to 1 DownloadManager Information: 0 : Starting install sequence DownloadManager Information: 0 : Downloading file 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip' to: C:\Users\administrator.FORESTACADEMY\AppData\Local\Temp\2\tmp5D57.tmp DownloadManager Information: 0 : http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip responded with 404 DownloadManager Information: 0 : Response headers: HTTP/1.0 404 Not Found Date: Fri, 19 Sep 2014 11:26:30 GMT Content-Type: text/html; charset=utf-8 Set-Cookie: __cfduid=db4434ef512621ef00e383cfc23c927b41411125990659; expires=Mon, 23-Dec-2019 23:50:00 GMT; path=/; domain=.moodle.org; HttpOnly Vary: Accept-Encoding Content-Language: en Content-Script-Type: text/javascript Content-Style-Type: text/css X-UA-Compatible: IE=edge Cache-Control: private, pre-check=0, post-check=0, max-age=0, no-transform Pragma: no-cache Expires: X-Frame-Options: sameorigin CF-Cache-Status: MISS Server: cloudflare-nginx CF-RAY: 16c56dc193920cbf-LHR Content-Encoding: gzip X-Cache: MISS from proxy06.swgfl.ifl.net Via: 1.0 proxy06.swgfl.ifl.net:8084 (squid) Proxy-Connection: close
DownloadManager Error: 0 : Error while downloading file 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip'. Exception: System.Net.WebException: Url 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip' returned HTTP status code: 404 at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile) at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName) at Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason) DownloadManager Warning: 0 : WinInet failure: Url 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip' returned HTTP status code: 404. Retrying download for 'Moodle' DownloadManager Information: 0 : WebClient downloading file 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip' to: C:\Users\administrator.FORESTACADEMY\AppData\Local\Temp\2\tmp5ECE.tmp DownloadManager Error: 0 : WebClient error while downloading file 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip'. Exception: System.Net.WebException: The remote server returned an error: (404) Not Found. at System.Net.WebClient.OpenRead(Uri address) at Microsoft.Web.PlatformInstaller.InstallManager.WebClientDownloadInstallerFile(InstallerContext currentInstall, String& errorMessage) DownloadManager Warning: 0 : WebClient failure: The remote server returned an error: (404) Not Found.. Retrying download for 'Moodle' DownloadManager Information: 0 : Downloading file 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip' to: C:\Users\administrator.FORESTACADEMY\AppData\Local\Temp\2\tmp6841.tmp DownloadManager Information: 0 : http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip responded with 404 DownloadManager Information: 0 : Response headers: HTTP/1.0 404 Not Found Date: Fri, 19 Sep 2014 11:26:33 GMT Content-Type: text/html; charset=utf-8 Vary: Accept-Encoding Content-Language: en Content-Script-Type: text/javascript Content-Style-Type: text/css X-UA-Compatible: IE=edge Cache-Control: private, pre-check=0, post-check=0, max-age=0, no-transform Pragma: no-cache Expires: X-Frame-Options: sameorigin CF-Cache-Status: MISS Server: cloudflare-nginx CF-RAY: 16c56dd3140b0cbf-LHR Content-Encoding: gzip X-Cache: MISS from proxy06.swgfl.ifl.net Via: 1.0 proxy06.swgfl.ifl.net:8084 (squid) Proxy-Connection: close
DownloadManager Error: 0 : Error while downloading file 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip'. Exception: System.Net.WebException: Url 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip' returned HTTP status code: 404 at Microsoft.Web.PlatformInstaller.ManagedWinInet.OpenUrlAndFollowRedirects(Uri& uri, IntPtr& hInetFile) at Microsoft.Web.PlatformInstaller.ManagedWinInet.DownloadFile(Uri uri, String fileName, String& contentDispositionFileName) at Microsoft.Web.PlatformInstaller.InstallManager.WinInetDownloadInstallerFile(InstallerContext currentInstall, String& failureReason) DownloadManager Error: 0 : WinInet failure: Url 'http://download.moodle.org/download.php/direct/windows_wpi/MoodleWindowsWpi-latest-27-20140523.zip' returned HTTP status code: 404. Download failure for Moodle. DownloadManager Information: 0 : Product: Moodle, Install Status: DownloadFailed-None, Install Time: 00:00:00
Cheers
I have a website running under IIS 7.5 on Windows 7 Professional SP1 on my dev laptop. This website runs fine under IIS 6 on a Windows 2003 server. But, when I migrated it over to my dev laptop, the ASPX side of the website is throwing a 404 error. I can browse the site fine from within IIS Mgmt Console. I've run aspnet_regiis a couple of times with different flags.
I installed and configured FailedRequestTracing and ran a trace to determine the cause of the error. Here is the xml file generated by the tool:
<?xml version="1.0" encoding="UTF-8" ?><?xml-stylesheet type='text/xsl' href='freb.xsl'?><!-- saved from url=(0014)about:internet --><failedRequest url="http://localhost:80/CMPNet/login.aspx?RedirectUrl=/CMP/main/default.asp&u=gbusby&s=551727169" siteId="2" appPoolId="cmpnet" processId="3708" verb="GET" remoteUserName="WKLAW\gbusby" userName="WKLAW\gbusby" tokenUserName="WKLAW\gbusby" authenticationType="Negotiate" activityId="{00000000-0000-0000-1000-0080000000F3}" failureReason="STATUS_CODE" statusCode="404" triggerStatusCode="404" timeTaken="234" 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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="SiteId">2</Data><Data Name="AppPoolId">cmpnet</Data><Data Name="ConnId">1610612746</Data><Data Name="RawConnId">0</Data><Data Name="RequestURL">http://localhost:80/CMPNet/login.aspx?RedirectUrl=/CMP/main/default.asp&u=gbusby&s=551727169</Data><Data Name="RequestVerb">GET</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">RequestMonitorModule</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">RequestMonitorModule</Data><Data Name="NotificationStatus">0</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiFilterModule</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="FilterName">C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="HeaderName">AspFilterSessionId</Data><Data Name="HeaderValue"></Data><Data Name="Replace">true</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="HeaderName">AspFilterSessionId:</Data><Data Name="HeaderValue"></Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="NotificationStatus">134217730</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiFilterModule</Data><Data Name="NotificationStatus">0</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">FailedRequestsTracingModule</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">FailedRequestsTracingModule</Data><Data Name="NotificationStatus">0</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="RemoteAddress">::1</Data><Data Name="RemotePort">36684</Data><Data Name="LocalAddress">::1</Data><Data Name="LocalPort">80</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Headers">Connection: Keep-Alive Accept: text/html, application/xhtml+xml, */* Accept-Encoding: gzip, deflate Accept-Language: en-US Cookie: DefaultUserName=gbusby; ASPSESSIONIDACABTCSR=BEALCOACCDOAMIBOEHKGLCNH`` Host: localhost User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="RequestURL">/CMPNet/login.aspx?RedirectUrl=/CMP/main/default.asp&u=gbusby&s=551727169</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="PhysicalPath"></Data><Data Name="URLInfoFromCache">false</Data><Data Name="URLInfoAddedToCache">true</Data><Data Name="ErrorCode">0</Data></EventData><RenderingInfo Culture="en-US"><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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">AXD-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">PageHandlerFactory-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">SimpleHandlerFactory-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WebServiceHandlerFactory-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-soap-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">svc-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">rules-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">xoml-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">xamlx-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">aspq-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">cshtm-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">cshtml-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">vbhtm-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">vbhtml-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">AXD-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">PageHandlerFactory-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">SimpleHandlerFactory-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WebServiceHandlerFactory-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-soap-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">svc-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">rules-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">xoml-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">xamlx-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">aspq-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">cshtm-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">cshtml-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">vbhtm-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">vbhtml-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">TraceHandler-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WebAdminHandler-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">AssemblyResourceLoader-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">PageHandlerFactory-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">SimpleHandlerFactory-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WebServiceHandlerFactory-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-rem-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-soap-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">svc-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">rules-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">xoml-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">xamlx-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">aspq-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">cshtm-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">cshtml-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">vbhtm-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">vbhtml-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">ScriptHandlerFactoryAppServices-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">ScriptResourceIntegrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">TraceHandler-Integrated</Data><Data Name="Precondition">integratedMode</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WebAdminHandler-Integrated</Data><Data Name="Precondition">integratedMode</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">AssemblyResourceLoader-Integrated</Data><Data Name="Precondition">integratedMode</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">PageHandlerFactory-Integrated</Data><Data Name="Precondition">integratedMode</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">SimpleHandlerFactory-Integrated</Data><Data Name="Precondition">integratedMode</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WebServiceHandlerFactory-Integrated</Data><Data Name="Precondition">integratedMode,runtimeVersionv2.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-rem-Integrated</Data><Data Name="Precondition">integratedMode,runtimeVersionv2.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-soap-Integrated</Data><Data Name="Precondition">integratedMode,runtimeVersionv2.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">AXD-ISAPI-2.0-64</Data><Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">PageHandlerFactory-ISAPI-2.0-64</Data><Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">SimpleHandlerFactory-ISAPI-2.0-64</Data><Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WebServiceHandlerFactory-ISAPI-2.0-64</Data><Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-rem-ISAPI-2.0-64</Data><Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">HttpRemotingHandlerFactory-soap-ISAPI-2.0-64</Data><Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">ExtensionlessUrlHandler-ISAPI-4.0_32bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness32</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">ExtensionlessUrlHandler-ISAPI-4.0_64bit</Data><Data Name="Precondition">classicMode,runtimeVersionv4.0,bitness64</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>46</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">ExtensionlessUrlHandler-Integrated-4.0</Data><Data Name="Precondition">integratedMode,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HANDLER_PRECONDITION_NOT_MATCH</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>30</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="PhysicalPath"></Data><Data Name="AccessPerms">513</Data></EventData><RenderingInfo Culture="en-US"><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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">ServiceModel-4.0</Data><Data Name="Precondition">managedHandler,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">UrlRoutingModule-4.0</Data><Data Name="Precondition">managedHandler,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">ScriptModule-4.0</Data><Data Name="Precondition">managedHandler,runtimeVersionv4.0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="OldHandlerName"></Data><Data Name="NewHandlerName">PageHandlerFactory-ISAPI-2.0</Data><Data Name="NewHandlerModules">IsapiModule</Data><Data Name="NewHandlerScriptProcessor">C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll</Data><Data Name="NewHandlerType"></Data></EventData><RenderingInfo Culture="en-US"><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>4</Level><Opcode>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">OutputCache</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">Session</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">WindowsAuthentication</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">FormsAuthentication</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">DefaultAuthentication</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">RoleManager</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">UrlAuthorization</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">FileAuthorization</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">AnonymousIdentification</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">Profile</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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>45</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Name">UrlMappingsModule</Data><Data Name="Precondition">managedHandler</Data></EventData><RenderingInfo Culture="en-US"><Opcode>MODULE_PRECONDITION_NOT_MATCH</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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">HttpCacheModule</Data><Data Name="Notification">1</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">RequestFilteringModule</Data><Data Name="Notification">1</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">FailedRequestsTracingModule</Data><Data Name="Notification">1</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiFilterModule</Data><Data Name="Notification">2</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">WindowsAuthenticationModule</Data><Data Name="Notification">2</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="AuthTypeSupported">4</Data></EventData><RenderingInfo Culture="en-US"><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>27</Opcode><Keywords>0x2</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="RequestAuthType">4</Data></EventData><RenderingInfo Culture="en-US"><Opcode>AUTH_REQUEST_AUTH_TYPE</Opcode><Keywords><Keyword>Authentication</Keyword></Keywords><freb:Description Data="RequestAuthType">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>11</Opcode><Keywords>0x2</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="AuthType">4</Data><Data Name="NTLMUsed">true</Data><Data Name="RemoteUserName">WKLAW\gbusby</Data><Data Name="AuthUserName">WKLAW\gbusby</Data><Data Name="TokenImpersonationLevel">2</Data></EventData><RenderingInfo Culture="en-US"><Opcode>AUTH_SUCCEEDED</Opcode><Keywords><Keyword>Authentication</Keyword></Keywords><freb:Description Data="AuthType">NT</freb:Description><freb:Description Data="TokenImpersonationLevel">ImpersonationImpersonate</freb:Description></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid></ExtendedTracingInfo></Event><Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/><EventID>0</EventID><Version>1</Version><Level>4</Level><Opcode>44</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="AuthType">Negotiate</Data><Data Name="UserName">WKLAW\gbusby</Data><Data Name="SupportsIsInRole">false</Data></EventData><RenderingInfo Culture="en-US"><Opcode>USER_SET</Opcode></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid></ExtendedTracingInfo></Event><Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/><EventID>0</EventID><Version>1</Version><Level>4</Level><Opcode>28</Opcode><Keywords>0x2</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">AnonymousAuthenticationModule</Data><Data Name="Notification">2</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiFilterModule</Data><Data Name="Notification">2</Data><Data Name="fIsPostNotification">true</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">HttpCacheModule</Data><Data Name="Notification">8</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Result">0</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">StaticCompressionModule</Data><Data Name="Notification">16</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiModule</Data><Data Name="Notification">128</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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>0</Level><Opcode>12</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>GENERAL_ISAPI_HANDLER</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>0</Level><Opcode>1</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>ISAPI_START</Opcode></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{2E94E6C7-EDA0-4B73-9010-2529EDCE1C27}</EventGuid></ExtendedTracingInfo></Event><Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="ISAPI Extension" Guid="{A1C2040E-8840-4C31-BA11-9871031A19EA}"/><EventID>0</EventID><Version>1</Version><Level>0</Level><Opcode>1</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="DllName">C:\Windows\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll</Data></EventData><RenderingInfo Culture="en-US"><Opcode>CALL_ISAPI_EXTENSION</Opcode></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{ACADE3B2-B7D7-4339-956C-811B4EDB1B24}</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="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Data1">GET</Data><Data Name="Data2">/CMPNet/login.aspx</Data><Data Name="Data3">RedirectUrl=/CMP/main/default.asp&u=gbusby&s=551727169</Data></EventData><RenderingInfo Culture="en-US"><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>4</Level><Opcode>3</Opcode><Keywords>0x1</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>AspNetReqQueued</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>4</Level><Opcode>4</Opcode><Keywords>0x1</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>AspNetReqDequeued</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>5</Opcode><Keywords>0x1</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.748Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>AspNetGetAppDomainEnter</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>6</Opcode><Keywords>0x1</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.951Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>AspNetGetAppDomainLeave</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>7</Opcode><Keywords>0x1</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.967Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Data1">/LM/W3SVC/2/ROOT/CMPNET-2-130561271597488492</Data></EventData><RenderingInfo Culture="en-US"><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>9</Opcode><Keywords>0x1</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.967Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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>3</Level><Opcode>16</Opcode><Keywords>0x100</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiModule</Data><Data Name="Notification">128</Data><Data Name="HttpStatus">404</Data><Data Name="HttpReason">Not Found</Data><Data Name="HttpSubStatus">0</Data><Data Name="ErrorCode">0</Data><Data Name="ConfigExceptionInfo"></Data></EventData><RenderingInfo Culture="en-US"><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>1</Opcode><Keywords>0x100</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">WindowsAuthenticationModule</Data><Data Name="Notification">536870912</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">HttpLoggingModule</Data><Data Name="Notification">536870912</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiModule</Data><Data Name="Notification">536870912</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">ProtocolSupportModule</Data><Data Name="Notification">536870912</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiFilterModule</Data><Data Name="Notification">536870912</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">HttpCacheModule</Data><Data Name="Notification">536870912</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">CustomErrorModule</Data><Data Name="Notification">536870912</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Reason">2</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="HttpsysCacheable">false</Data><Data Name="Reason">11</Data><Data Name="CachePolicy">0</Data><Data Name="TimeToLive">0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>HTTPSYS_CACHEABLE</Opcode><Keywords><Keyword>Cache</Keyword></Keywords><freb:Description Data="Reason">NON_ANONYMOUS_ACCESS</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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Headers">Cache-Control: private Content-Length: 2553 Content-Type: text/html; charset=utf-8 Server: Microsoft-IIS/7.5 X-AspNet-Version: 2.0.50727 Persistent-Auth: true X-Powered-By: ASP.NET</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Buffer"><html><head><title>The resource cannot be found.</title><style> body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;} p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px} b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px} H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red } H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon } pre {font-family:"Lucida Console";font-size: .9em} .marker {font-weight: bold; color: black;text-decoration: none;} .version {color: gray;} .error {margin-bottom: 10px;} .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }</style></head><body bgcolor="white"><span><H1>Server Error in '/CMPNET' Application.<hr width=100% size=1 color=silver></H1><h2> <i>The resource cannot be found.</i> </h2></span><font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif "><b> Description: </b>HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. &nbsp;Please review the following URL and make sure that it is spelled correctly.<br><br><b> Requested URL: </b>/CMPNet/login.aspx<br><br><hr width=100% size=1 color=silver><b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.5485; ASP.NET Version:2.0.50727.5483</font></body></html><!-- [HttpException] at System.Web.CachedPathData.GetConfigPathData(String configPath) at System.Web.CachedPathData.GetConfigPathData(String configPath) at System.Web.CachedPathData.GetConfigPathData(String configPath) at System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp) at System.Web.HttpContext.GetFilePathData() at System.Web.HttpContext.GetConfigurationPathData() at System.Web.Configuration.RuntimeConfig.GetConfig(HttpContext context) at System.Web.Configuration.CustomErrorsSection.GetSettings(HttpContext context, Boolean canThrow) at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute) at System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e) --></Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="BytesSent">2804</Data><Data Name="ErrorCode">0</Data></EventData><RenderingInfo Culture="en-US"><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>5</Level><Opcode>3</Opcode><Keywords>0x100</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiModule</Data><Data Name="Notification">128</Data><Data Name="fIsPostNotificationEvent">false</Data><Data Name="CompletionBytes">2804</Data><Data Name="ErrorCode">0</Data></EventData><RenderingInfo Culture="en-US"><Opcode>NOTIFY_MODULE_COMPLETION</Opcode><Keywords><Keyword>RequestNotifications</Keyword></Keywords><freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description><freb:Description Data="ErrorCode">The operation completed successfully. (0x0)</freb:Description></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid></ExtendedTracingInfo></Event><Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"><System><Provider Name="ISAPI Extension" Guid="{A1C2040E-8840-4C31-BA11-9871031A19EA}"/><EventID>0</EventID><Version>1</Version><Level>4</Level><Opcode>3</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>NOTIFY_ISAPI_COMPLETION</Opcode></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{ACADE3B2-B7D7-4339-956C-811B4EDB1B24}</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>2</Opcode><Keywords>0xf</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ConnID">22760956</Data><Data Name="Context ID">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>AspNetEnd</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="ISAPI Extension" Guid="{A1C2040E-8840-4C31-BA11-9871031A19EA}"/><EventID>0</EventID><Version>1</Version><Level>0</Level><Opcode>2</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>ISAPI_EXTENSION_DONE</Opcode></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{ACADE3B2-B7D7-4339-956C-811B4EDB1B24}</EventGuid></ExtendedTracingInfo></Event><Event xmlns="http://schemas.microsoft.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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data></EventData><RenderingInfo Culture="en-US"><Opcode>ISAPI_END</Opcode></RenderingInfo><ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace"><EventGuid>{2E94E6C7-EDA0-4B73-9010-2529EDCE1C27}</EventGuid></ExtendedTracingInfo></Event><Event xmlns="http://schemas.microsoft.com/win/2004/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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">IsapiModule</Data><Data Name="Notification">128</Data><Data Name="fIsPostNotificationEvent">false</Data><Data Name="NotificationStatus">0</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="ModuleName">HttpCacheModule</Data><Data Name="Notification">512</Data><Data Name="fIsPostNotification">false</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="CachePolicy">0</Data><Data Name="TimeToLive">0</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="Result">2</Data></EventData><RenderingInfo Culture="en-US"><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="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</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-US"><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>0</Level><Opcode>2</Opcode><Keywords>0x0</Keywords><TimeCreated SystemTime="2014-09-25T13:59:19.982Z"/><Correlation ActivityID="{00000000-0000-0000-1000-0080000000F3}"/><Execution ProcessID="3708" ThreadID="5032"/><Computer>WK1224</Computer></System><EventData><Data Name="ContextId">{00000000-0000-0000-1000-0080000000F3}</Data><Data Name="BytesSent">2804</Data><Data Name="BytesReceived">395</Data><Data Name="HttpStatus">404</Data><Data Name="HttpSubStatus">0</Data></EventData><RenderingInfo Culture="en-US"><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>
Sadly, I am not savvy enough to decipher what exactly is wrong from this file. That said, it looks to me like it is a HTTP_Handler error causing it. Can anyone confirm this or shed some light as to what may be causing this error? Thanks in advance for any and all assistance and guidance provided.
Hi,
I have been trying to install .Net 3.5 on a Windows Azure VM through the Web platform installer and it continues to fail without any real error message and sends me on a redirect to put a question out on the forum, so here I am. I have also reviewed the Endpoint
option in the Windows Azure management portal and there is no option for .Net 3.5
I have a Windows 2008 server running IIS7 and I successfully installed the ARR Helper by turning UAC off. I can see the ARR Helper DLL listed in IIS's "Modules".
I am running an Apache website on a backend Windows 2008 R2 server.
I'm unable to get the IP passed from the originator - the IP logged always comes from the ARR server.
Wouldn't the ARR Helper be unaware of what's on the backend web server?
Any help in why it isn't working?
Right now I have ARR setup to pass http://www.domainname.com andhttps://www.domainname.com. This works as expected.
However, when I type in http://domainname.com, even though I have DNS set to go to the same IP, nothing is displayed.
I assume I need a URL Rewrite Rule to handle just http://domainname.com?
Can someone provide assistance please?
Hi,
I have a problem with 401.0 and I can't find the solution. We are running a web application that is using a AppPool with a domain account. Website Authentication is set to Anonymous Authentication and Windows Authentication.
When I start the web application, everything is going well but randomly this error below start to append 401.0. If I look in the IIS logs of the web service, I can see the the web application stop using the domain account to communication and start using machinename$ instead.
If I change something in the Web.Config and save it (AppPool Recycle), it solve the problem but after 5min, 10min, or 5 hours the error will cameback and start again.
I have reproduce this error in 4 environments.
WebApp Error :
STACK TRACE:
at Caching.Controllers.CacheItemController.GetData()
at Caching.CacheManager.CacheItem(CacheItemController cacheItemController)
4/4/2014 11:37:01 AM FatalError An System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Web.Services.MyItem.Pub()
at DataProvider.GetData(String functionCallName, ProviderParameter[] parameters)
at Caching.Controllers.CacheItemController.GetData() Exception occurred in Caching.Controllers.CacheItemController.
Failed to retrieve data for cache item Provider:Publication
The request failed with HTTP status 401: Unauthorized.
STACK TRACE:
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Web.Services.MyItem.Pub()
at DataProvider.GetData(String functionCallName, ProviderParameter[] parameters)
at Caching.Controllers.CacheItemController.GetData()
4/4/2014 11:37:01 AM Error An System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
at Caching.Controllers.CacheItemController.GetData()
at Caching.CacheManager.CacheItem(CacheItemController cacheItemController) Exception occurred in Caching.Controllers.CacheItemController.
ERROR DATA RETRIEVAL - Unable to retrieve data for Provider:Publication, because an exception has occurred: The request failed with HTTP status
Webservice IIS logs
2014-04-04 11:37:01 W3SVC10 WSSERVERNAME 10.4.24.50 POST /path/myfile.asmx - 80 HOC\WEBAPPSERVERNAME$ 10.4.24.5 HTTP/1.1 Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+4.0.30319.1022) - - mydomain.com 401 0 0 1562 964 4
Thanks for your help,
Nicolas
Hi
I saw these entries in my server logs
2014-09-20 01:31:23 W3SVC8 23.239.200.27 GET / - 80 - 68.171.222.84 - - 301 0 0 390 41 40
2014-09-20 01:31:23 W3SVC8 23.239.200.27 GET /wp-login.php - 80 - 68.171.222.84 - - 301 0 0 414 53 33
2014-09-20 01:31:23 W3SVC8 23.239.200.27 GET /administrator/index.php - 80 - 68.171.222.84 - - 301 0 0 436 64 39
2014-09-20 01:31:23 W3SVC8 23.239.200.27 GET /user - 80 - 68.171.222.84 - - 301 0 0 398 45 36
2014-09-20 01:31:23 W3SVC8 23.239.200.27 GET /admin.php - 80 - 68.171.222.84 - - 301 0 0 408 50 33
I don't have any php page on my server.
Why they are 301 redirect and where these traffics come from?
Thanks
Friends,
I have project that was running under VS2012 with Virtual Path property as "EmployeePP" , So when i run the project in local it will launch the browser http://localhost:49980/EmployeePP/Home.aspx
Physical Path : D:\Projects\Employee
Under the Employee Folder i have all ASPX files , Bin , App_Code etc
Now i have installed VS2013, When i launch my project the browser shows the URL as http://localhost:49980/Home.aspx
I want to setup Virtual Path in VS 2013 itself but i could not find the option, But whereas we can see the virtual path property on the VS2012.
Few forums suggested that use appcmd.exe for setting up virtual path, I tried but it was not working as expected
AppCmd.exe ADD vdir /app.name:"Employee/" /path:/EmployeePP /physicalPath:D:\Projects\Employee
After setting up in AppCmd also browser launches the application as http://localhost:49980/Home.aspx but i want it should be http://localhost:49980/EmployeePP/Home.aspx
Am i missing anything ? please provide your suggestion
We have a C# module that spawns a java process under IIS. After idle time, the process becomes unresponsivebut is not terminated! Our C# code will only try to spawn new ones 10 times and then it fails. If the action is set to suspend, the process is correctly suspended and re-activated. The process has a tcp port open and IIS doesn't terminate it. Why?
Note: This problem happened on earlier IIS versions as well for which Microsoft supplied a patch.
I'm newbie for IIS and right now I'm using IIS 7 for my server. And I dont know if my question is not in the right place.
Can someone help me how to configure IIS so I can having email with my own domain address like this <myname@mydomain.com>. So if my friends send me an email tomyname@mydomain.com, it will forwarding to one of my gmail,yahoo,hotmail email address..
I searched from yesterday but all the results i found is about Setting SMTP in IIS to sending email.
Thank you for helping..
I have an old ASP site using ASPMail component to construct and e-mail form results using PGP encryption. Everything works, except the point when the Mailer needs to run the pgp.exe and encrypt the text file. I can run the same code in PowerShell window, and it works flawlessly - it creates the encrypted file and deletes the original text file. Moreover, the ASPMail object works fine after that - it just doesn't run that PGP.EXE program automatically within the ASP page like it did before.
The point in the ASP code where it gets stuck looks like this:
Mailer.PGPPath = "C:\PGP\PGP.exe"
Mailer.PGPParams = "-e -a -w C:\PGP\TMP\message.txt -u Webmaster"
..and after I run this command in PowerShell - "pgp.exe -e -a -w C:\PGP\TMP\message.txt -u Webmaster" the next line of code starts working:
if Mailer.GetBodyTextFromFile("C:\PGP\TMP\message.txt.asc", true, false)
..and the Mailer sends the encrypted E-mail message just fine.
The are no error messages of any kind, and I already checked all the permissions and tried just about everything. It seems like for some reason the ASPMail server object lost ability to execute command line programs in IIS 8.
Hi,
I'm newbe in Joomla! on Windows. I'm trying to upload images from Joomla but the sistem send a massage that the images was uploaded but I just see an icon for image unlinked.
I attach a picture.
Greetings,
Alejandra
When run from Visual Studio the service on local machine runs fine. When I try to run it using IIS on same machine I get
This configuration section cannot be used at this path. This happens when the section is locked at a parent level. Locking is either by default (overrideModeDefault="Deny"), or set explicitly by a location tag with overrideMode="Deny" or the legacy allowOverride="false".
<validation validateIntegratedModeConfiguration="false" /><handlers><remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
Any idea how to fix it ? Need to use the service on Windows 7 and later on Windows XP. Web.config is not editable and there is nothing in Web.Config refering to override or allowOverride
Service was running on port 53679. I am trying to set it up on port 80. I was trying to access a file in c:\ drive to read, I have commented it out. Not sure how to fix this. I am getting following in logs.
Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status time-taken 2014-09-26 14:31:34 192.168.1.127 GET /vbo/vbo/tickets - 80 - 192.168.1.127 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/37.0.2062.124+Safari/537.36 500 19 33 1 2014-09-26 14:34:47 192.168.1.127 GET /vbo/vbo/tickets - 80 - 192.168.1.127 Mozilla/5.0+(Windows+NT+6.1;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/37.0.2062.124+Safari/537.36 500 19 33 2
Yesterday, my client reported an error message when she went to her secure site to check on a problem identified by a customer. The message: "An error occurred on the server when processing the URL. Please contact the system administrator"
I found lots of posts with this message. However, I don't find anything that explains why after several years of running this asp script, it would suddenly stop working. No changes in code have been made in several months. All the script does is write to a text file. no database is involved, so the references to databases don't apply.
The only thing I can think of is windows updates. I uninstalled the last update made that day. The prior updates were not uninstallable. So, since I don't know what the update did that would upset the shopping cart, I can't fix it. Right now, I'm doing no more updates on my servers, since the only one currently working needs updates and still works. I have a customer who can't receive orders if the one working suddenly stops. Is there a way I can find out what change the update made? kb15597 and kb 2998527 are the most recent. I think they deal with defender.