Quantcast
Channel: All Forums
Viewing all 27852 articles
Browse latest View live

Web Application prompting for credentials? Error 401.2

$
0
0

Hi folks.

We have IIS running on a server that is currently hosting a single website (Default Web Site) and several Web Applications.  They currently use Windows Authentication and successfully authenticate.

However I now need to add another Web Application.  Having done so, I keep getting prompted (from remote machines only) for credentials.  Which don't work even when I enter them.  I have:

- Ensured the Application Pool is the same as the 'working' web applications

- Ensured 'Authentication' is set up the same (ASP.Net, Basic and Windows Authentication all enabled)

- Ensured the permissions on the web application folder is the same as the 'working' web applications

- Ensured that the settings in the web.config are the same as the 'working' web applications

- Reset IIS

In the IIS logs for the 'working' web applications, I notice that cs-username is correctly DOMAIN\User.  However in my non-working web application this is blank (or a hyphen).

Not sure what else to check!!?  Any pointers please?


IIS 8.5 extremely slow with PHP 7.0.7 and MySQL 5.1

$
0
0

Hi,

I have installed on a Windows 2012R2 x64 server,  IIS 8.5 server with MySQL 5.1 and PHP 5.4.19. It worked well, not so fast but it was working and there were no conflicts with standard plugins. After upgrading to PHP 7.0.7, everything went slower that acceptable and I have realized that the old functions in php.ini for MySQL were not there anymore.

Anybody experiencing something similar or having a solution to this?

Thank you!

Cannot upload files - getting 405 Method Not Allowed

$
0
0

I'm trying to upload images to a website on my local machine but keep getting "The remote server returned an error: (405) Method Not Allowed."

I'm using IIS 7.5. I have created a website site1 containing a folder and given "Full Control" on the folder to users System, Users, IIS_IUSRS, Administrators and with the final user TrustedInstaller having "Special Permissions". I have a very simple console application that uploads a file to the folder using http but I keep getting the 405 error. Any advice would be appreciated.

Thanks

user cannot login to FTP site after 9/13/2014 updates

$
0
0

We have an automated FTP user that transfers files once a day.  It worked through the morning of 9/13/2016.  On the 14th it stopped.  I have to assume that one of the updates made a change to the security settings.  I need to know how to fix it or which update to remove.

Format function issues running classic asp on server 2012

$
0
0

Hi my previous thread on this was closed. However not it was answered.

We're running classic asp on WS 2012 and are getting errors using the VB format function e.g. transposed dates etc.

A forum member  pointed me towards checking settings.

I checked the date format settings and they all look fine.

I did read somewhere that it may be to do with the wp-config file GB-en settings but can't find that webpage again.

Thing is our IT manager has got us writing some custom functions to replace calling the VB format function - surely we shouldn't have to do this. Has anyone else done this ?

Thanks for your help.

Routing IP:8006 contents on different Domain:443 - ARR on IIS

$
0
0

Hi,

I want to route traffic from http://ServerIP:8006 tohttps://domainname and for this i have used ARR on IIS with below rules.

Created one Server Farm with server IP: ServerIP with port 8006 in advanced settings.

Globally created Rewrite inbound rule , with action "RoutetoFarm" by using this i am getting expected result onhttp://domainname

however to get same result over https i created Global outbound rule and specified below paramerters,

==================================

<globalRules>
                <rule name="ARR_Endeca_loadbalance" patternSyntax="Wildcard" stopProcessing="true">
                    <match url="*" />
                    <action type="Rewrite" url="http://Endeca/{R:0}" />
                </rule>
            </globalRules>
            <outboundRules>
                <clear />
                <rule name="IsHTML" preCondition="" enabled="true" stopProcessing="true">
                    <match filterByTags="A, Area, Base, Form, Frame, Head, IFrame, Img, Input, Link, Script, CustomTags" customTags="HTML5Tags" pattern="^http.*://(.*)$" />
                    <conditions logicalGrouping="MatchAll" trackAllCaptures="true" />
                    <action type="Rewrite" value="https://{R:1}" />
                </rule>
                <preConditions>
                    <preCondition name="HTTPS">
                        <add input="{HTTP_HOST}" pattern="(.*)" />
                    </preCondition>
                    <preCondition name="IsHTML" patternSyntax="Wildcard">
                        <add input="{RESPONSE_CONTENT_TYPE}" pattern="*" />
                    </preCondition>
                </preConditions>
                <customTags>
                    <tags name="asd" />
                    <tags name="HTTPS" />
                    <tags name="HTML5Tags" />
                    <tags name="JSON" />
                    <tags name="*" />
                </customTags>
            </outboundRules>

==============================================

by using above outbound rule i am getting partial result as expected, however also getting below error,

failed to load response data for https while on http it is loading data properly.

please suggest.

Ritesh Khadke.

Cannot access to web Service on server 2012 from my PC

$
0
0

Hi everyone. 

I have a problem about web services-IIS-server etc. 

On my pc, in Visual Studio 2013, i created my ASP.NET web service. After that I published this web service to created directory named webServicesDeneme. And I copied this directory and paste it to server which is dedicated Sql Server 2012 --> C: --> inetpub --> wwwroot.

After that i opened IIS 8.0 and changed to application it.

Now i'm able to access to web services on http://localhost/webServiceDeneme/Service1.asmx. OK,  it seems "Everything is OK" but it is not. 

When return my computer --> open internet browser (Chrome) --> write to address bar " http://<serverIP>/webServiceDeneme/  ", result is :

404 - File or directory not found.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

And then, i tried to write " http://<serverIP>/webServiceDeneme/Service1.asmx " , result is :

Server Error in '/' Application.


The resource cannot be found.

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /webServiceDeneme/Service1.asmx

How can i solve this problem ? I guess it is necessary to do some configuration on IIS , or Firewall configuration on server pc. But i tried all of them. 

Site compatibility issue with default IE 11 comes with Windows 10

$
0
0

Hi,

We have a Dotnetnuke site hosted on Azure VM.

 Azure VM details

 Server : Windows Server 2012 R2

 IIS: - 8

.Net Version – 4.6

Our Site(http://dev2-cms-molpower.eastus.cloudapp.azure.com/Admin/MOLPowerCMSLogin) is compatible with all standard browsers except IE11 that comes as default with Windows 10.

 IE11 with Windows7 and Windows 8 are also working fine.

 Problem we noticed with IE11/Windows 10 are :-

  1.  Error “ '__doPostBack' is undefined”
  2.  Error: 'WebForm_DoPostBackWithOptions' is undefined
  3.  Don’t render script tag for webresource.axd
  4.  Don’t render hidden field “__EVENTTARGET” and “__EVENTARGUMENT”

After googling I under stand , IIS doesn't recognize user agent header sent by IE11.

Workaround I noticed , either apply latest server patch or update .Browser file .

I tried with updating .browser file in IIS for my site but it didn’t help me.

Not sure about which patch to apply

bibhaschandra.paul@mol-liner.com


Caching images

$
0
0

I have a website where i am attempting to cache a folder containing images. So i have the below in my config

<location path="image"><system.webServer><staticContent><clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="10.00:00:00" /></staticContent></system.webServer></location>

Ive set it to cache images to 10 days above. When i run a tool to check if images are being cached, the report comes back to say png and svg files are not cached which are under the same "image" folder i specified above. Is there anything else i need to do?

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.

connecing SQL server DB issue after installingTLS1.2 in SQL srver with classic asp application.

$
0
0

Any one can help on tls1.2 issue with classic asp.
We have installed TLS1.2 in SQL server 2012(OS -windows 2012 R2)  for security and enabled 'encrypt = true' in oledb connection string in my classic asp connection string. connection is failing. is tls 1.2 is compatible with classic asp application?
my connection string in classic asp application.
"Provider=SQLOLEDB.1;;Persist Security Info=False; Initial Catalog=DBName; Data Source=ServerName;Use Procedure for Prepare=1;Auto Translate=True; Packet Size=4096 ;encrypt=yes; TrustServerCertificate=True; User ID=webUser; Password=XXXXX"

Thank You in advance.
Sankar.

Infinite request

$
0
0

1. In web browser I'm initiating request to localhost which is bound to myApp site (IIS), which is using myAppPool application pool.

2. Status bar show infinitely "Waiting for localhost..."

3. There's no current requests in IIS Manager / Worker Processes / myAppPool / View Current Requests. Should here be shown all requests because the message 'Currently viewing the requests of process ID '15744' associated with application pool 'myAppPool' with more than '0' second(s) running' is a bit misleading - more than '0' is all or from 1 second at least?

4. How to search culprit? I guess problem could be before IIS?

5. I don't have problems with other site on the same IIS, which differs only by:

  • Some files have or not have BOM (Byte Order Mark)
  • Maybe there's differences in DACLs (discretionary access control lists)

But this shouldn't make a difference I guess?

Run IIS Express without installing IIS

$
0
0

Hi,

Can I run IIS Express without installing IIS.

If it is not possible then how to enables IIS by a command.

Thanks in advance.IIS

ASP.NET: Failed to execute request because the App-Domain could not be created. Error: 0x80004003 Invalid pointer

$
0
0

We have an ASP.NET Web Form Application written in .NET 3.5 framework. This application has been evolved for over 10 years now and is a mature application. It has been implemented across a number of different clients.

Recently we have had an issue with the application for one of our clients. The application has been live for over a year on the client's infrastructure before seeing this error. This error only started showing itself over the past month.

The error we are seeing is: 500 - Internal Server error. There is a problem with the resource you are looking for, and it cannot be displayed. Server Application Unavailable. The web application you are attempting to access on the web server is currently unavailable...

And from the event log: "Failed to execute request because the App-Domain could not be created. Error: 0x80004003 Invalid pointer"

Recycling the App pool fixes the issue (i.e. the application starts working without any further issues). This is an intermittent issue and the application will work fine for a about a week or so then we see the error again. Recycling the App Pool fixes is the issue again. The App Pool is set to recycle once a day rather than when it is idle, otherwise I think we would see this issue a lot more.

For this client the application is deployed in a Web Farm. We have only ever seen this error on ONE of the two servers on the Web Farm. Both should be identical to each other in terms of the Application deployed. It has happened 4 times now and all have been on the same server. Might be too early to call, but it seems to be server specific. We have never seen this error before across all our implementations to date. Also, it does not show up in Test and Dev for the client experiencing this issue.

I haven’t found much while googling this issue. This post seems similar, but no resolution included:https://m.reddit.com/r/WindowsServer/comments/4ew2p2/iis_0x80004003_error/#

I am fairly certain that the issue relates to starting up the App Pool and is likely (although I can’t be certain) to have occurred before hitting any of our start up code as none of our logging is outputted. We also have 2 other instances of our application (they have different content and databases however) on the same production servers. Both of the other 2 applications do not see this issue (they are running under different App Pools under different service accounts).

Any thoughts or feedback is welcome. The sever is Windows Server 2012 R2 running IIS 8.5.

Thanks!

How to create a public website

$
0
0

Hello, I'm new to websited building, I use IIS (version 10) and Visual Studio 2015, I created a website project from an empty one in Visual Studio and I created a new website in IIS.

I'm browsing the internet with a Wi-Fi connection and an automatic IP and DNS address obtaining.

I want to make my site reachable on the internet from any computer and not only from my local host, when I change this setting in IIS and browse for the website I get the error of: "testSite.com's DNS server address was not found".

How can I fix this problem?

Thank you, Dan.


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 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>

 

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

Why some web application only work fine in IIS express

$
0
0

Hi,

What's the difference between IIS and IIS express. Why some application only works fine on IIS express instead of IIS.

Best Regards.

The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.

$
0
0

Whenever I put any control like a grideview, which gets it’s data from a database (e.g.Access, SQL, etc) I get this error on my website

This happens whichever programe I used to make the page (visual studio, Expression web 4, etc)

The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.

It works fine on Local Host.

I have just downloaded all the e MS updates

I have tried to set the IIS application pool to allow 32 bit (but there is no option to do this in the drop down) Here is a screen shot of the Advanced option for the application pool
Here is a screen shot of the IIS (no option to allow 32bit)
 https://1drv.ms/i/s!Ap3kIwjRZe6NgQBbEIWdisTAOKoD

I have tried to set the Web Config to both AnyCPU and also x86, neither made any difference

I have also changed the web config to 12.0 (from 4.;0)

I am at a loss.

The server is running Windows 2012 - net 4.5 I have tried changing this to Linux and also Windows 2003 - net 2.0 (and 4.0)

 

Any help please would be REALLY appreciated as I am lost with this one.

I have tried everything suggested in all the (many) websites giving help on this error message and none of them work.

Viewing all 27852 articles
Browse latest View live




Latest Images