Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <system.webServer>
  2. <directoryBrowse enabled="true" />
  3. <validation validateIntegratedModeConfiguration="false"/>
  4. <modules>
  5. <remove name="ApplicationInsightsWebTracking"/>
  6. <add name="ApplicationInsightsWebTracking" type="Microsoft.ApplicationInsights.Web.ApplicationInsightsHttpModule, Microsoft.AI.Web"
  7. preCondition="managedHandler"/>
  8. </modules>
  9. </system.webServer>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement