I broke the release web.config

This commit is contained in:
Thomas Hounsell 2015-05-30 18:02:03 +01:00
parent cabf0ecc42
commit 4df4417d89

View File

@ -25,9 +25,9 @@
<remove name="ApplicationInsightsWebTracking" />
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.WebRequestTrackingModule, Microsoft.ApplicationInsights.Extensibility.Web" preCondition="managedHandler" />
</modules>
<rewrite xdt:Transform="Insert">
<rewrite>
<rules>
<rule name="CanonicalHost" stopProcessing="true">
<rule name="CanonicalHost" stopProcessing="true" xdt:Transform="Insert">
<match url="(.*)" />
<conditions logicalGrouping="MatchAny">
<add input="{HTTP_HOST}" pattern="^buildfeed\.net$" negate="true" />