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

Lots of schannel "The TLS protocol defined fatal error code is 20" errors

$
0
0

Hi,

We are seeing a lot of the following errors on an IIS 8.5 host with an SSL certificate: 

A fatal alert was generated and sent to the remote endpoint. This may result in termination of the connection. The TLS protocol defined fatal error code is 20. The Windows SChannel error state is 960.

The problem is reproducible about 1 in 100 times on multiple hosts in multiple networks which makes me think it is a server-side issue rather than a client-side one. That's despite the fact 'error code 20' is 'Received a record with an incorrect MAC'.

The server and cert were all fine - the problem has only be occurring since a reboot. 

Does anyone have any ideas? 


Object reference not set ( : colon are replaced by dollar sign $ )

$
0
0

Hello guys,

we install an old "home made" app on W2008R2 and on our DEV environment every thing working, but on PROD we receiving this error :

Object reference not set to an instance of an object.

Our programmer verify the code and on PROD the html code changed a some place, we having dollars sign ($) where on DEV we having colon (:).

Somebody having a idea why this happen and causing our problem ?

I compare both server and I can't find any "major" differences...

Thank you

IIS Manager crash on Startup

$
0
0

Hello,

If i try to start my IIS Manager the ap crash with the following Details:

Beschreibung:
Stopped working

Problemsignatur:
Problemereignisname: APPCRASH
Application Name: InetMgr.exe
Application Version: 7.5.7600.16385
Application Timestamp: 4a5bd0a5
Fault Module Name: mscorwks.dll
Fault Module Version: 2.0.50727.5420
Fault Module Timestamp: 4ca2b7e1
Exception Code: c0000005
Exception Offset: 00000000002be3c8
Betriebsystemversion: 6.1.7601.2.1.0.400.8
Gebietsschema-ID: 1031

My System is a Windows Server 2008R2 Datacenter SP 1

The IIS is still running, only start the IIS Manager doesn't work.
Searching the Forum and the Web shows no solution for this problem.

Any Idears for me?

Regards

IIS 8 cannot import into database

$
0
0

Hi guys. I am having website on localhost (XAMPP) and I migrate it into newly create IIS8. PHP (5.5.38) MarinaDB (10.1.13) and phpmyadmin (4.6.4) are same on both sides, but still there are few php functions which are not working (mostly when I want to import or update database)

Input in normal html

<div>Service Partner: </div><div><input type="text" id="partners_id" name="partners_id" value="" /></div>

In php which is inserting into db I have:

<?php
require_once '_db.php';$stmt = $db->prepare("INSERT INTO reservations (name, start, end, ...,partners_id) 
VALUES (:name, :start, :end, ..., :partners_id)");$stmt->bindParam(':start', $_POST['start']);$stmt->bindParam(':end', $_POST['end']);$stmt->bindParam(':name', $_POST['name']); ...$stmt->bindParam(':partners_id', empty($_POST['partners_id']) ? '9999' : $_POST['partners_id']);$stmt->execute(); class Result {} $response = new Result();$response->result = 'OK';$response->message = 'Created with id: '.$db->lastInsertId();$response->id = $db->lastInsertId(); header('Content-Type: application/json'); echo json_encode($response); ?>


In xampp, it inserts everything into database and on IIS it doesn't.

Then I have other php, which is inserting into different table and that one is working. So it is not about user right, or rights set in database.

Do you know, where is the problem. And yes, I check if there is any typo..if the table name, column names are right. 

Thank you for any ideas

FTPS

$
0
0

I created an FTP site with the following configuration:

Anonymous Authentication = Disable

Basic  Authentication=Enable

 Add Allow Rule(specified roles or user groups:FTPUsers, FTPAdmin:Read,Write)

Require SSL certificate:selected

bindings: ipaddress  port:990: hostname:ftps.domain.com type:ftp

Certificate is bound and installed. 

 CName domain zone has been added in DNS

with winSCP, i can connect over port 22 and 21 

when trying over 990, it connects, downloads certificate, recognizes TLS and cipher, then drops connection with error:

Authentication failed.
Using TLSv1.2, cipher TLSv1/SSLv3: AES128-SHA256, 2048 bit RSA
Connection failed.
Valid hostname is expected

any help would be be appreciated! 

IIS and ARR Proxy?

$
0
0
I have a webserver on a local address in my network on another machine.

Is it possible to use IIS and ARR to point lets say Site.com/forums to 192.168.0.10/ while the rest of the site continues to use the IIS server?

I do have the webserver setup but its not something I can do a network map of the drive for as its generated by the server.

Any ideas if its possible to do this and if so how? I would need a simple guide if there is a way.

joseph

HTTP Error 404.502 - Not Found

$
0
0

Hello!

My server returns me a strange undocumented error. I have IIS 8.5 and pages with multiple image thumbnails. For start, here is IIS log:

2016-09-06 10:24:03 192.168.169.253 GET /3dModels/Webgl/bfd414ba72b84478/thumbnail.png - 80 - 256.256.256.256 Mozilla/5.0+(Windows+NT+10.0;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/53.0.2785.89+Safari/537.36 http://server.example.com/WebModels 404 502 0 46
2016-09-06 10:24:03 192.168.169.253 GET /3dModels/Webgl/b05e8a3f5b634244/thumbnail.png - 80 - 256.256.256.256 Mozilla/5.0+(Windows+NT+10.0;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/53.0.2785.89+Safari/537.36 http://server.example.com/WebModels 404 502 0 62
2016-09-06 10:24:03 192.168.169.253 GET /3dModels/Webgl/adb7ebeeb4554dd8/thumbnail.png - 80 - 256.256.256.256 Mozilla/5.0+(Windows+NT+10.0;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/53.0.2785.89+Safari/537.36 http://server.example.com/WebModels 404 502 0 78
2016-09-06 10:24:03 192.168.169.253 GET /3dModels/Webgl/92fada3f39254a7a/thumbnail.png - 80 - 256.256.256.256 Mozilla/5.0+(Windows+NT+10.0;+WOW64)+AppleWebKit/537.36+(KHTML,+like+Gecko)+Chrome/53.0.2785.89+Safari/537.36 http://server.example.com/WebModels 404 502 0 78

Requested PNGs are 100% accessible through browser (I can open link in new tab). Every reload generates few of 404 on various PNGs. Which PNGs get 404 and count of PNGs with 404 are random. Funny think is when I disable cache in developer tools, all images are loaded correctly.

<div class="post-text" itemprop="text">

Do you have any idea what causes this problem? Thanks!

</div>

IIS URL Rewrite Module Not Working

$
0
0

Hi,

I have URL redirection configured in IIS 7.5 for SharePoint sites.

Earlier it was working fine for all exists or non exists sites, but all of sudden redirection stops working for the deleted sites.

Example:-

SharePoint's web application site created with name "SPS" and there are multiple sites created under SPS web application.

Sr.NoSiteExists in SharePointRedirected To
1http://SPS/sites/1Yeshttp://xyx.com/sites/1
2http://SPS/sites/2Yeshttp://xyx.com/sites/2
3http://SPS/sites/3Yeshttp://xyx.com/sites/3
4http://SPS/sites/4Nohttp://xyx.com/sites/4
5http://SPS/sites/5Nohttp://xyx.com/sites/5

Earlier redirection was working fine for all 5 sites but all of sudden it's stopped working for sr. 4 & 5. 

Please help in issue.

IIS w3pw process restarts when under heavy load

$
0
0

Hi,

I have following setup: an asp .net MVC 5 web application hosted in IIS on an Azure VM. Normally this web application works ok. Lastly, we did some load testings and we experienced that during testing under heavy load the w3pw process restarts without any errors being thrown/seen in any log (be it custom or the one from IIS). This proves a critical problem because the application is session based. Also, in load testing we see that all clients end up in timeouts because it takes time until w3pw restarts fully.

The question is, how can it happen that the process gets restarted? Additional info: we do see on the VM that the memory and CPU usage is pretty high (but this is expected at the beginning of the load testing, afterwards, CPU falls down and memory is also not high anymore).

It would be helpful to find the real cause of the restart because right now sometimes the load testing is successful and sometimes not.

Any information is helpful. Thanks in advance.

Error 404 External Pages

$
0
0

Hi I have an issue where on a IIS server that used to work correctly is now getting Error 404 when being accessed externally, internally it works fine - so the file is actually there. I have no problem pinging the iis site. When I try to do a telnet to the site port 80 I get a Bad Request to the site. Also there is more then one site on the iis installation and it is experiencing the same problem. I tried to turn on failed request logging but nothing is showing up for log files about the failed request. Could there be some sort of permission issue or perhaps something else I don't know about?

WebDav Random File Issue

$
0
0

Server 2008 Datacenter 

WebDav 7.5 for IIS 7.0

We have been using a basic webdav server to share files for years with no problems, until recently. Here is what we are running into:

Let's say we have folder A. Inside folder A are two files, "file 1.pdf" and "file 2.pdf".  Mary can open "file 1.pdf" fine, but can't open "file 2.pdf".  Bob, on the other hand, can open "file 2.pdf" just fine, but not "file 1.pdf". I can log directly onto the server open open both files in explorer with no issues, so the files themselves are fine. Both files are only 2MB, so I don't think file size has anything to do with it. Users are spread out geographically and there doesn't seem to be any consistency between client operation systems as far as who can open what files. We even tried a Mac but it can't open random files, either. When people have issues opening a file the error they get is that the file is either either missing or corrupt, but we know that's not true. The logs didn't give me much. Some propfind 404 errors, but obviously the file is there. Also, for the sake of testing the permissions are wide open.

Let me know if there's anymore info I can provide. 

website access with localhost but not IP address

$
0
0

Hi,

I'm trying to set a website on windows server 2008 R2. It works fine. However,when I'm trying to access the webiste via IP address. I have tried to close the firewall but it doesn't work. What should I do?

Thanks

send errors to browser

$
0
0

Hello

with IIS 8 can I set the "send errors to browser = True" under the web.config?

User Profile not created when I add an new apppool

$
0
0

Hi all, 
My English is not very well , please don't mind . 
Here is my computer infomations
OS : WIN10
IIS :version 10.0.14393.0

I usually create a application for a website, 
so in my IIS there are more than 10 apps and websites . 
until today it was work very good, 
but today I create a new application and new websites. 
I got an 503 error , I found that my application had shut down. 
And I look at event log ,there was a  ERROR 「Windows-User Profiles Service Event 1511: Windows cannot find the local profile and is logging you on with a temporary profile.」

I looked for 
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
but there is no profile match my new application account 
I don't know why ? how to fix it ?




SSL Problem: IIS7 does not send all of the intermediate certificates during SSL handshake

$
0
0

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?

Error

$
0
0
Can you please get apple iPad instructions please

empty response.form or response.querystring object from request to an asp.net page

$
0
0

We have many ecom customers who use Sagepay for their credit cards.

We moved several sites over to a new windows 2008 web server which was fine then recently we started seeing issues.

The sagepay system works where it posts a response to a given url behind the scenes with the outcome of a credit card transaction, much like the paypal IPN model.

It comes in the form of a form post.

You simply then query the form elements and based on the contents of the fileds sent update your db accordingly.

But more recently this is coming up as an completely empty forms collection.

I have put code in to spit out the entire forms collection to a text file each time so I can see whats being sent, heres an example of the kind of thing I expect to see from past orders that were fine:


VPSProtocol=2.23
TxType=DEFERRED
VendorTxCode=10271
VPSTxId={639E703C-6AB3-3491-65DD-3F1D479DCAA2}
Status=ABORT
StatusDetail=2008 : The Transaction timed-out.
AVSCV2=DATA NOT CHECKED
AddressResult=NOTPROVIDED
PostCodeResult=NOTPROVIDED
CV2Result=NOTPROVIDED
GiftAid=0
3DSecureStatus INCOMPLETE
CardType MC
Last4Digits 999
VPSSignature=342EFE18FCC5F47AD6E845EB6013272C

But now all I get is a completely empty response, well asp.net seems to think so. I KNOW its not sage pay and I have the EXACT same code on our other windows servers and all works so it has to be be an IIS/ASP.NET issue but I have no idea on where or how to start to debug or look into it.

There are no errors in the event log so really stumped

Anyone got any ideas where to start?

UPDATE

added some extra debug code and now see this in the response:

method: GET
qstring: 
form:

Request.ContentEncoding.ToString: System.Text.UTF8Encoding
Request.ContentLength: 0
Request.ContentType:
Request.CurrentExecutionFilePath: /notificationpage.aspx
Request.RawUrl: /notificationpage.aspx
Request.RequestType: GET
Request.TotalBytes: 0
Request.Url: http://xxxxxxxxxxxxx.co.uk/notificationpage.aspx
Request.UserAgent: Mozilla/4.0 (compatible; Win32; WinHttp.WinHttpRequest.5)

iis log files show this:

2014-04-02 11:08:42 W3SVC92 DSVR016509 88.208.209.26 POST /notificationPage.aspx - 80 - 195.170.169.8 HTTP/1.1 Mozilla/4.0+(compatible;+Win32;+WinHttp.WinHttpRequest.5) - -xxxxxx.co.uk 301 0 0 425 586 15
2014-04-02 11:08:42 W3SVC92 DSVR016509 88.208.209.26 GET /notificationpage.aspx - 80 - 195.170.169.8 HTTP/1.1 Mozilla/4.0+(compatible;+Win32;+WinHttp.WinHttpRequest.5) - - xxxxxxxx.co.uk 200 0 0 571 180 187

error 405

$
0
0

Hi everyone,

I have a web application for upload file from my local machine.However, it send en 405 error when we are testing the web application. I tried to add the mime type and authorization rule. I tried to add permission to the website folder as well.I know how to use the failed request tracing. 

I wonder what should I do to resolve this problem.Any suggestions will be appreciated.

Thanks

<?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/images"
siteId="1"
appPoolId="DefaultAppPool"
processId="8612"
verb="POST"
remoteUserName=""
userName=""
tokenUserName="NT AUTHORITY\IUSR"
authenticationType="anonymous"
activityId="{00000000-0000-0000-B604-0080000000F9}"
failureReason="STATUS_CODE"
statusCode="405"
triggerStatusCode="405"
timeTaken="47"
xmlns:freb="http://schemas.microsoft.com/win/2006/06/iis/freb"
>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>0</Level>
<Opcode>1</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.865Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="SiteId">1</Data>
<Data Name="AppPoolId">DefaultAppPool</Data>
<Data Name="ConnId">1610613941</Data>
<Data Name="RawConnId">0</Data>
<Data Name="RequestURL">http://localhost:80/images</Data>
<Data Name="RequestVerb">POST</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_REQUEST_START</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.865Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">RequestMonitorModule</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.865Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">RequestMonitorModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.865Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.865Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.865Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>13</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILTER_PREPROC_HEADERS_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>0</Level>
<Opcode>1</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="FilterName">C:\Windows\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILTER_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>53</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="HeaderName">AspFilterSessionId</Data>
<Data Name="HeaderValue"></Data>
<Data Name="Replace">true</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_SET_REQUEST_HEADER</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>31</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="HeaderName">AspFilterSessionId:</Data>
<Data Name="HeaderValue"></Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILTER_SET_REQ_HEADER</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>0</Level>
<Opcode>2</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="NotificationStatus">134217730</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILTER_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">SF_STATUS_REQ_NEXT_NOTIFICATION</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>14</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILTER_PREPROC_HEADERS_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>4</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>5</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>PRE_BEGIN_REQUEST_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>55</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="RemoteAddress">::1</Data>
<Data Name="RemotePort">10692</Data>
<Data Name="LocalAddress">::1</Data>
<Data Name="LocalPort">80</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_ENDPOINT_INFORMATION</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>50</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Headers">Connection: Keep-Alive
Content-Length: 192
Content-Type: multipart/form-data; boundary=---------------------8d3e4f8cfc46de4
Expect: 100-continue
Host: localhost
</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_REQUEST_HEADERS</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>12</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="RequestURL">/images</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>URL_CACHE_ACCESS_START</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{AC1D69F1-BF33-4CA0-9313-BCA13873E1DC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>13</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="URLInfoFromCache">false</Data>
<Data Name="URLInfoAddedToCache">true</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>URL_CACHE_ACCESS_END</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="ErrorCode">操作成功完成。 (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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">AXD-ISAPI-2.0</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness32</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">PageHandlerFactory-ISAPI-2.0</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness32</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">SimpleHandlerFactory-ISAPI-2.0</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness32</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">WebServiceHandlerFactory-ISAPI-2.0</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness32</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">HttpRemotingHandlerFactory-rem-ISAPI-2.0</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness32</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">HttpRemotingHandlerFactory-soap-ISAPI-2.0</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness32</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">AXD-ISAPI-2.0-64</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">PageHandlerFactory-ISAPI-2.0-64</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">SimpleHandlerFactory-ISAPI-2.0-64</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">WebServiceHandlerFactory-ISAPI-2.0-64</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">HttpRemotingHandlerFactory-rem-ISAPI-2.0-64</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">HttpRemotingHandlerFactory-soap-ISAPI-2.0-64</Data>
<Data Name="Precondition">classicMode,runtimeVersionv2.0,bitness64</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="PhysicalPath"></Data>
<Data Name="AccessPerms">513</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_GET_URL_METADATA</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>43</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="OldHandlerName"></Data>
<Data Name="NewHandlerName">StaticFile</Data>
<Data Name="NewHandlerModules">StaticFileModule,DefaultDocumentModule,DirectoryListingModule</Data>
<Data Name="NewHandlerScriptProcessor"></Data>
<Data Name="NewHandlerType"></Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">OutputCache</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">Session</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">WindowsAuthentication</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">FormsAuthentication</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">DefaultAuthentication</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">RoleManager</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">UrlAuthorization</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">FileAuthorization</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">AnonymousIdentification</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">Profile</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Name">UrlMappingsModule</Data>
<Data Name="Precondition">managedHandler</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2147483648</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_PATH</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2147483648</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_PATH</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">RequestFilteringModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">RequestFilteringModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IpRestrictionModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IpRestrictionModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">FailedRequestsTracingModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">ConfigurationValidationModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">ConfigurationValidationModule</Data>
<Data Name="Notification">1</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">BEGIN_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.896Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthTypeSupported">2</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">Basic</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">CertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthTypeSupported">128</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">MapCliCert</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">CertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthTypeSupported">4</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">NT</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthTypeSupported">16</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">Digest</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IISCertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthTypeSupported">128</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">MapCliCert</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IISCertificateMappingAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">AnonymousAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>10</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthTypeSupported">1</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_START</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="AuthTypeSupported">Anonymous</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>27</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="RequestAuthType">1</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_REQUEST_AUTH_TYPE</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
<freb:Description Data="RequestAuthType">Anonymous</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>11</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthType">4</Data>
<Data Name="NTLMUsed">false</Data>
<Data Name="RemoteUserName"></Data>
<Data Name="AuthUserName"></Data>
<Data Name="TokenImpersonationLevel">2</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="AuthType"></Data>
<Data Name="UserName"></Data>
<Data Name="SupportsIsInRole">true</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>USER_SET</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>28</Opcode>
<Keywords>0x2</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>AUTH_END</Opcode>
<Keywords>
<Keyword>Authentication</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{C33BBE8F-985B-4080-81E6-005F1A06B9E2}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">AnonymousAuthenticationModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHENTICATE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>19</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILTER_AUTH_COMPLETE_START</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>20</Opcode>
<Keywords>0x8</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILTER_AUTH_COMPLETE_END</Opcode>
<Keywords>
<Keyword>Filter</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{00237F0D-73EB-4BCF-A232-126693595847}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">2</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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>4</Level>
<Opcode>10</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="FileName">C:\inetpub\wwwroot\images</Data>
<Data Name="UserName">IUSR</Data>
<Data Name="DomainName">NT AUTHORITY</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILE_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>11</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Successful">true</Data>
<Data Name="FileFromCache">false</Data>
<Data Name="FileAddedToCache">false</Data>
<Data Name="FileDirmoned">true</Data>
<Data Name="LastModCheckErrorIgnored">true</Data>
<Data Name="ErrorCode">0</Data>
<Data Name="LastModifiedTime">Sat, 24 Sep 2016 20:00:36 GMT</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>FILE_CACHE_ACCESS_END</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="ErrorCode">操作成功完成。 (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>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">UrlAuthorizationModule</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHORIZE_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">UrlAuthorizationModule</Data>
<Data Name="Notification">4</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">AUTHORIZE_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RESOLVE_REQUEST_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>15</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>OUTPUT_CACHE_LOOKUP_START</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{AC1D69F1-BF33-4CA0-9313-BCA13873E1DC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>16</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Result">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>OUTPUT_CACHE_LOOKUP_END</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Result">NOT_FOUND</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{AC1D69F1-BF33-4CA0-9313-BCA13873E1DC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">8</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RESOLVE_REQUEST_CACHE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">StaticCompressionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">StaticCompressionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpRedirectionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpRedirectionModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">16</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">MAP_REQUEST_HANDLER</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">StaticFileModule</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">StaticFileModule</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DefaultDocumentModule</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>3</Level>
<Opcode>16</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DefaultDocumentModule</Data>
<Data Name="Notification">128</Data>
<Data Name="HttpStatus">405</Data>
<Data Name="HttpReason">Method Not Allowed</Data>
<Data Name="HttpSubStatus">0</Data>
<Data Name="ErrorCode">2147942401</Data>
<Data Name="ConfigExceptionInfo"></Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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">函数不正确。 (0x80070001)</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DefaultDocumentModule</Data>
<Data Name="Notification">128</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">EXECUTE_REQUEST_HANDLER</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotification">true</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">256</Data>
<Data Name="fIsPostNotificationEvent">true</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">RELEASE_REQUEST_STATE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>17</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="CachePolicy">0</Data>
<Data Name="TimeToLive">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>OUTPUT_CACHE_UPDATE_START</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="CachePolicy">NO_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{AC1D69F1-BF33-4CA0-9313-BCA13873E1DC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>18</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Result">2</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">512</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">UPDATE_REQUEST_CACHE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">CustomLoggingModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">LOG_REQUEST</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">CustomLoggingModule</Data>
<Data Name="Notification">1024</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">LOG_REQUEST</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WebDAVModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DigestAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">WindowsAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>6</Opcode>
<Keywords>0x40</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>DYNAMIC_COMPRESSION_START</Opcode>
<Keywords>
<Keyword>Compression</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{E60CEE96-4472-448D-A13C-2170B18220EC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>8</Opcode>
<Keywords>0x40</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Reason">9</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>DYNAMIC_COMPRESSION_NOT_SUCCESS</Opcode>
<Keywords>
<Keyword>Compression</Keyword>
</Keywords>
<freb:Description Data="Reason">NOT_SUCCESS_STATUS</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{E60CEE96-4472-448D-A13C-2170B18220EC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>10</Opcode>
<Keywords>0x40</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>DYNAMIC_COMPRESSION_END</Opcode>
<Keywords>
<Keyword>Compression</Keyword>
</Keywords>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{E60CEE96-4472-448D-A13C-2170B18220EC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">DynamicCompressionModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpLoggingModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpLoggingModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">BasicAuthenticationModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">ProtocolSupportModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">ProtocolSupportModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">IsapiFilterModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">HttpCacheModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>1</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">CustomErrorModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotification">false</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_START</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>0</Level>
<Opcode>33</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="HttpStatus">405</Data>
<Data Name="HttpSubStatus">0</Data>
<Data Name="FileNameOrURL">405.htm</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_SEND_CUSTOM_ERROR</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>2</Opcode>
<Keywords>0x100</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="ModuleName">CustomErrorModule</Data>
<Data Name="Notification">536870912</Data>
<Data Name="fIsPostNotificationEvent">false</Data>
<Data Name="NotificationStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>NOTIFY_MODULE_END</Opcode>
<Keywords>
<Keyword>RequestNotifications</Keyword>
</Keywords>
<freb:Description Data="Notification">SEND_RESPONSE</freb:Description>
<freb:Description Data="NotificationStatus">NOTIFICATION_CONTINUE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{002E91E3-E7AE-44AB-8E07-99230FFA6ADE}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>14</Opcode>
<Keywords>0x80</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="HttpsysCacheable">false</Data>
<Data Name="Reason">22</Data>
<Data Name="CachePolicy">0</Data>
<Data Name="TimeToLive">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>HTTPSYS_CACHEABLE</Opcode>
<Keywords>
<Keyword>Cache</Keyword>
</Keywords>
<freb:Description Data="Reason">VERB_NOT_GET</freb:Description>
<freb:Description Data="CachePolicy">NO_CACHE</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{AC1D69F1-BF33-4CA0-9313-BCA13873E1DC}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>35</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_FLUSH_RESPONSE_START</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>47</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Headers">Cache-Control: private
Allow: GET, HEAD, OPTIONS, TRACE
Content-Type: text/html; charset=utf-8
Server: Microsoft-IIS/7.5
host: server2.contoso.com
X-Powered-By: ASP.NET
</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_RESPONSE_HEADERS</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>5</Level>
<Opcode>49</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="Buffer">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;
&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
&lt;head&gt;
&lt;title&gt;IIS 7.5 %E8%AF%A6%E7%BB%86%E9%94%99%E8%AF%AF - 405.0 - Method Not Allowed&lt;/title&gt;
&lt;style type=&quot;text/css&quot;&gt;
&lt;!--
body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;}
code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;}
.config_source code{font-size:.8em;color:#000000;}
pre{margin:0;font-size:1.4em;word-wrap:break-word;}
ul,ol{margin:10px 0 10px 40px;}
ul.first,ol.first{margin-top:5px;}
fieldset{padding:0 15px 10px 15px;}
.summary-container fieldset{padding-bottom:5px;margin-top:4px;}
legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;}
legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px;
border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696;
border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;font-size:1em;}
a:link,a:visited{color:#007EFF;font-weight:bold;}
a:hover{text-decoration:none;}
h1{font-size:2.4em;margin:0;color:#FFF;}
h2{font-size:1.7em;margin:0;color:#CC0000;}
h3{font-size:1.4em;margin:10px 0 0 0;color:#CC0000;}
h4{font-size:1.2em;margin:10px 0 5px 0;
}#header{width:96%;margin:0 0 0 0;padding:6px 2% 6px 2%;font-family:&quot;trebuchet MS&quot;,Verdana,sans-serif;
color:#FFF;background-color:#5C87B2;
}#content{margin:0 0 0 2%;position:relative;}
.summary-container,.content-container{background:#FFF;width:96%;margin-top:8px;padding:10px;position:relative;}
.config_source{background:#fff5c4;}
.content-container p{margin:0 0 10px 0;
}#details-left{width:35%;float:left;margin-right:2%;
}#details-right{width:63%;float:left;overflow:hidden;
}#server_version{width:96%;_height:1px;min-height:1px;margin:0 0 5px 0;padding:11px 2% 8px 2%;color:#FFFFFF;
background-color:#5A7FA5;border-bottom:1px solid #C1CFDD;border-top:1px solid #4A6C8E;font-weight:normal;
font-size:1em;color:#FFF;text-align:right;
}#server_version p{margin:5px 0;}
table{margin:4px 0 4px 0;width:100%;border:none;}
td,th{vertical-align:top;padding:3px 0;text-align:left;font-weight:bold;border:none;}
th{width:30%;text-align:right;padding-right:2%;font-weight:normal;}
thead th{background-color:#ebebeb;width:25%;
}#details-right th{width:20%;}
table tr.alt td,table tr.alt th{background-color:#ebebeb;}
.highlight-code{color:#CC0000;font-weight:bold;font-style:italic;}
.clear{clear:both;}
.preferred{padding:0 5px 2px 5px;font-weight:normal;background:#006633;color:#FFF;font-size:.8em;}
--&gt;
&lt;/style&gt;

&lt;/head&gt;
&lt;body&gt;
&lt;div id=&quot;header&quot;&gt;&lt;h1&gt;%E5%BA%94%E7%94%A8%E7%A8%8B%E5%BA%8F%E2%80%9CDEFAULT WEB SITE%E2%80%9D%E4%B8%AD%E7%9A%84%E6%9C%8D%E5%8A%A1%E5%99%A8%E9%94%99%E8%AF%AF&lt;/h1&gt;&lt;/div&gt;
&lt;div id=&quot;server_version&quot;&gt;&lt;p&gt;Internet Information Services 7.5&lt;/p&gt;&lt;/div&gt;
&lt;div id=&quot;content&quot;&gt;
&lt;div class=&quot;content-container&quot;&gt;
&lt;fieldset&gt;&lt;legend&gt;%E9%94%99%E8%AF%AF%E6%91%98%E8%A6%81&lt;/legend&gt;
&lt;h2&gt;HTTP %E9%94%99%E8%AF%AF 405.0 - Method Not Allowed&lt;/h2&gt;
&lt;h3&gt;%E6%97%A0%E6%B3%95%E6%98%BE%E7%A4%BA%E6%82%A8%E6%AD%A3%E5%9C%A8%E6%9F%A5%E6%89%BE%E7%9A%84%E9%A1%B5%E9%9D%A2%EF%BC%8C%E5%9B%A0%E4%B8%BA%E4%BD%BF%E7%94%A8%E4%BA%86%E6%97%A0%E6%95%88%E6%96%B9%E6%B3%95(HTTP %E8%B0%93%E8%AF%8D)%E3%80%82&lt;/h3&gt;
&lt;/fieldset&gt;
&lt;/div&gt;
&lt;div class=&quot;content-container&quot;&gt;
&lt;fieldset&gt;&lt;legend&gt;%E8%AF%A6%E7%BB%86%E9%94%99%E8%AF%AF%E4%BF%A1%E6%81%AF&lt;/legend&gt;
&lt;div id=&quot;details-left&quot;&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;%E6%A8%A1%E5%9D%97&lt;/th&gt;&lt;td&gt;DefaultDocumentModule&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;%E9%80%9A%E7%9F%A5&lt;/th&gt;&lt;td&gt;ExecuteRequestHandler&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;%E5%A4%84%E7%90%86%E7%A8%8B%E5%BA%8F&lt;/th&gt;&lt;td&gt;StaticFile&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;%E9%94%99%E8%AF%AF%E4%BB%A3%E7%A0%81&lt;/th&gt;&lt;td&gt;0x80070001&lt;/td&gt;&lt;/tr&gt;

&lt;/table&gt;
&lt;/div&gt;
&lt;div id=&quot;details-right&quot;&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;
&lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;%E8%AF%B7%E6%B1%82%E7%9A%84 URL&lt;/th&gt;&lt;td&gt;http://localhost:80/images&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;%E7%89%A9%E7%90%86%E8%B7%AF%E5%BE%84&lt;/th&gt;&lt;td&gt;C:\inetpub\wwwroot\images&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;%E7%99%BB%E5%BD%95%E6%96%B9%E6%B3%95&lt;/th&gt;&lt;td&gt;%E5%8C%BF%E5%90%8D&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;th&gt;%E7%99%BB%E5%BD%95%E7%94%A8%E6%88%B7&lt;/th&gt;&lt;td&gt;%E5%8C%BF%E5%90%8D&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;alt&quot;&gt;&lt;th&gt;%E8%B7%9F%E8%B8%AA%E6%97%A5%E5%BF%97%E7%9B%AE%E5%BD%95%E8%AF%B7%E6%B1%82%E5%A4%B1%E8%B4%A5&lt;/th&gt;&lt;td&gt;&lt;a href=&quot;file://C:\inetpub\logs\FailedReqLogFiles&quot;&gt;C:\inetpub\logs\FailedReqLogFiles&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/fieldset&gt;
&lt;/div&gt;
&lt;div class=&quot;content-container&quot;&gt;
&lt;fieldset&gt;&lt;legend&gt;%E6%9C%80%E5%8F%AF%E8%83%BD%E7%9A%84%E5%8E%9F%E5%9B%A0:&lt;/legend&gt;
&lt;ul&gt; %09&lt;li&gt;%E5%8F%91%E9%80%81%E8%87%B3 Web %E6%9C%8D%E5%8A%A1%E5%99%A8%E7%9A%84%E8%AF%B7%E6%B1%82%E4%BD%BF%E7%94%A8%E4%BA%86%E4%B8%BA%E5%A4%84%E7%90%86%E8%AF%A5%E8%AF%B7%E6%B1%82%E8%80%8C%E9%85%8D%E7%BD%AE%E7%9A%84%E6%A8%A1%E5%9D%97%E6%89%80%E4%B8%8D%E5%85%81%E8%AE%B8%E7%9A%84 HTTP %E8%B0%93%E8%AF%8D%E3%80%82&lt;/li&gt; %09&lt;li&gt;%E5%8F%91%E9%80%81%E8%87%B3%E6%9C%8D%E5%8A%A1%E5%99%A8%E7%9A%84%E8%AF%B7%E6%B1%82%E5%8C%85%E5%90%AB%E6%97%A0%E6%95%88%E7%9A%84 HTTP %E8%B0%93%E8%AF%8D%E3%80%82&lt;/li&gt; %09&lt;li&gt;%E8%AF%A5%E8%AF%B7%E6%B1%82%E6%98%AF%E9%92%88%E5%AF%B9%E9%9D%99%E6%80%81%E5%86%85%E5%AE%B9%E7%9A%84%EF%BC%8C%E4%BD%86%E5%8C%85%E5%90%AB GET %E6%88%96 HEAD %E4%BB%A5%E5%A4%96%E7%9A%84 HTTP %E8%B0%93%E8%AF%8D%E3%80%82&lt;/li&gt; %09&lt;li&gt;%E4%BD%BF%E7%94%A8 HTTP %E8%B0%93%E8%AF%8D POST %E5%90%91%E8%99%9A%E6%8B%9F%E7%9B%AE%E5%BD%95%E5%8F%91%E9%80%81%E4%BA%86%E4%B8%80%E4%B8%AA%E8%AF%B7%E6%B1%82%EF%BC%8C%E8%80%8C%E9%BB%98%E8%AE%A4%E6%96%87%E6%A1%A3%E6%98%AF%E4%B8%8D%E6%94%AF%E6%8C%81 GET %E6%88%96 HEAD %E4%BB%A5%E5%A4%96%E7%9A%84 HTTP %E8%B0%93%E8%AF%8D%E7%9A%84%E9%9D%99%E6%80%81%E6%96%87%E4%BB%B6%E3%80%82&lt;/li&gt; &lt;/ul&gt;
&lt;/fieldset&gt;
&lt;/div&gt;
&lt;div class=&quot;content-container&quot;&gt;
&lt;fieldset&gt;&lt;legend&gt;%E5%8F%AF%E5%B0%9D%E8%AF%95%E7%9A%84%E6%93%8D%E4%BD%9C:&lt;/legend&gt;
&lt;ul&gt; %09&lt;li&gt;%E9%AA%8C%E8%AF%81%E4%B8%BA%E6%AD%A4%E8%AF%B7%E6%B1%82%E6%89%80%E5%8F%91%E9%80%81%E5%88%B0%E7%9A%84%E6%A8%A1%E5%9D%97%E5%A4%84%E7%90%86%E7%A8%8B%E5%BA%8F%E5%90%AF%E7%94%A8%E7%9A%84%E8%B0%93%E8%AF%8D%E5%88%97%E8%A1%A8%EF%BC%8C%E7%A1%AE%E4%BF%9D%E8%AF%A5%E7%BD%91%E7%AB%99%E5%85%81%E8%AE%B8%E4%BD%BF%E7%94%A8%E6%AD%A4%E8%B0%93%E8%AF%8D%E3%80%82&lt;/li&gt; %09&lt;li&gt;%E6%A3%80%E6%9F%A5 IIS %E6%97%A5%E5%BF%97%E6%96%87%E4%BB%B6%E4%BB%A5%E6%9F%A5%E7%9C%8B%E4%B8%8D%E5%85%81%E8%AE%B8%E8%AF%A5%E8%AF%B7%E6%B1%82%E4%BD%BF%E7%94%A8%E7%9A%84%E8%B0%93%E8%AF%8D%E3%80%82&lt;/li&gt; %09&lt;li&gt;%E5%88%9B%E5%BB%BA%E8%B7%9F%E8%B8%AA%E8%A7%84%E5%88%99%E4%BB%A5%E8%B7%9F%E8%B8%AA%E6%AD%A4 HTTP %E7%8A%B6%E6%80%81%E4%BB%A3%E7%A0%81%E7%9A%84%E5%A4%B1%E8%B4%A5%E8%AF%B7%E6%B1%82%E3%80%82%E6%9C%89%E5%85%B3%E4%B8%BA%E5%A4%B1%E8%B4%A5%E7%9A%84%E8%AF%B7%E6%B1%82%E5%88%9B%E5%BB%BA%E8%B7%9F%E8%B8%AA%E8%A7%84%E5%88%99%E7%9A%84%E8%AF%A6%E7%BB%86%E4%BF%A1%E6%81%AF%EF%BC%8C%E8%AF%B7%E5%8D%95%E5%87%BB&lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=66439&quot;&gt;%E6%AD%A4%E5%A4%84&lt;/a&gt;%E3%80%82&lt;/li&gt; &lt;/ul&gt;
&lt;/fieldset&gt;
&lt;/div&gt;


&lt;div class=&quot;content-container&quot;&gt;
&lt;fieldset&gt;&lt;legend&gt;%E9%93%BE%E6%8E%A5%E5%92%8C%E6%9B%B4%E5%A4%9A%E4%BF%A1%E6%81%AF&lt;/legend&gt;
%E6%AD%A4%E9%94%99%E8%AF%AF%E8%A1%A8%E6%98%8E%E5%8F%91%E9%80%81%E8%87%B3 Web %E6%9C%8D%E5%8A%A1%E5%99%A8%E7%9A%84%E8%AF%B7%E6%B1%82%E5%8C%85%E5%90%AB%E4%B8%BA%E8%AF%A5%E8%AF%B7%E6%B1%82%E9%85%8D%E7%BD%AE%E7%9A%84%E6%A8%A1%E5%9D%97%E5%A4%84%E7%90%86%E7%A8%8B%E5%BA%8F%E6%89%80%E4%B8%8D%E5%85%81%E8%AE%B8%E7%9A%84 HTTP %E8%B0%93%E8%AF%8D%E3%80%82
&lt;p&gt;&lt;a href=&quot;http://go.microsoft.com/fwlink/?LinkID=62293&amp;amp;IIS70Error=405,0,0x80070001,7601&quot;&gt;%E6%9F%A5%E7%9C%8B%E6%9B%B4%E5%A4%9A%E4%BF%A1%E6%81%AF &amp;raquo;&lt;/a&gt;&lt;/p&gt;

&lt;/fieldset&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_RESPONSE_ENTITY_BUFFER</Opcode>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>4</Level>
<Opcode>36</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="BytesSent">5872</Data>
<Data Name="ErrorCode">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<Opcode>GENERAL_FLUSH_RESPONSE_END</Opcode>
<freb:Description Data="ErrorCode">操作成功完成。 (0x0)</freb:Description>
</RenderingInfo>
<ExtendedTracingInfo xmlns="http://schemas.microsoft.com/win/2004/08/events/trace">
<EventGuid>{D42CF7EF-DE92-473E-8B6C-621EA663113A}</EventGuid>
</ExtendedTracingInfo>
</Event>
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="WWW Server" Guid="{3A2A4E84-4C21-4981-AE10-3FDA0D9B0F83}"/>
<EventID>0</EventID>
<Version>1</Version>
<Level>0</Level>
<Opcode>2</Opcode>
<Keywords>0x0</Keywords>
<TimeCreated SystemTime="2016-09-24T20:02:47.912Z"/>
<Correlation ActivityID="{00000000-0000-0000-B604-0080000000F9}"/>
<Execution ProcessID="8612" ThreadID="5136"/>
<Computer>LUOYAWEN-PC</Computer>
</System>
<EventData>
<Data Name="ContextId">{00000000-0000-0000-B604-0080000000F9}</Data>
<Data Name="BytesSent">5872</Data>
<Data Name="BytesReceived">191</Data>
<Data Name="HttpStatus">405</Data>
<Data Name="HttpSubStatus">0</Data>
</EventData>
<RenderingInfo Culture="zh-CN">
<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>

 

FTPSVC Hangs on Stopping

$
0
0

Hello,

I've run into an issue where when I attempt to stop the ftpsvc on a host, it never stops. When I attempt to kill the SVCHOST.EXE Proc it resides in, I get permission denied. Any way around this?

Regards,
Yarrokon

Viewing all 1814 articles
Browse latest View live


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