Tracing enabled for debug builds

This commit is contained in:
Thomas Hounsell 2015-06-05 09:51:07 +01:00
parent e69399c566
commit 52fdb58909
2 changed files with 2 additions and 1 deletions

View File

@ -16,6 +16,7 @@
-->
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<trace enabled="false" requestLimit="40" pageOutput="false" xdt:Transform="Replace" />
<httpModules xdt:Transform="Insert">
<add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Extensibility.Web.RequestTracking.WebRequestTrackingModule, Microsoft.ApplicationInsights.Extensibility.Web" />
</httpModules>

View File

@ -21,7 +21,7 @@
<compilation debug="true" targetFramework="4.5.2" />
<httpRuntime targetFramework="4.5" />
<globalization culture="en-gb" uiCulture="en-gb" />
<trace enabled="false" requestLimit="40" pageOutput="true" />
<trace enabled="true" requestLimit="40" pageOutput="false" />
<sessionState cookieless="UseCookies" />
<anonymousIdentification cookieless="UseCookies" enabled="false" />
<authentication mode="Forms">