Skip to content

Commit

Permalink
Fix error that breaks the site
Browse files Browse the repository at this point in the history
Fixes #1

If AI is active (i.e. there is an instrumentation key supplied) and the module
is uninstalled, there is a web.config entry that isn't removed.
  • Loading branch information
bdukes committed Mar 5, 2015
1 parent bbcda85 commit 6861b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Engage.ApplicationInsights.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<nodes>
<node path="/configuration/system.webServer/modules/remove[@name='ApplicationInsightsWebTracking']" action="remove" />
<node path="/configuration/system.webServer/modules/add[@name='ApplicationInsightsWebTracking']" action="remove" />
<node path="/configuration/system.webServer/modules/add[@name='EngageApplicationInsights']" action="remove" />
</nodes>
</configuration>
</uninstall>
Expand Down

0 comments on commit 6861b44

Please sign in to comment.