mirror of
https://gitlab.com/buildfeed/BuildFeed.git
synced 2024-03-22 21:10:34 +08:00
Tracing enabled for debug builds
This commit is contained in:
parent
e69399c566
commit
52fdb58909
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user