You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
595 B
Plaintext
12 lines
595 B
Plaintext
5 years ago
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||
|
|
||
|
<system.webServer>
|
||
|
<modules>
|
||
|
<remove name="TelemetryCorrelationHttpModule" xdt:Transform="Remove" xdt:Locator="Match(name)"/>
|
||
|
<add name="TelemetryCorrelationHttpModule"
|
||
|
type="Microsoft.AspNet.TelemetryCorrelation.TelemetryCorrelationHttpModule, Microsoft.AspNet.TelemetryCorrelation"
|
||
|
preCondition="integratedMode,managedHandler" xdt:Transform="Remove" xdt:Locator="Match(type)"/>
|
||
|
</modules>
|
||
|
</system.webServer>
|
||
|
</configuration>
|