Skip to content

Commit

Permalink
DNN-10226: upgrade config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zyhfish committed Sep 6, 2017
1 parent bbf4673 commit 54b8bb5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DNN Platform/Website/Install/Config/09.02.00.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
<nodes configfile="Web.config">
<node path="/configuration/system.web/httpModules/add[@name='Compression']" action="remove" />
<node path="/configuration/system.webServer/modules/add[@name='Compression']" action="remove" />
<node path="/configuration/runtime/ab:assemblyBinding" action="update"
targetpath="/configuration/runtime/ab:assemblyBinding/ab:dependentAssembly[ab:assemblyIdentity/@name='Newtonsoft.Json']"
collision="overwrite" nameSpace="urn:schemas-microsoft-com:asm.v1" nameSpacePrefix="ab">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
</dependentAssembly>
</node>
</nodes>
</configuration>

0 comments on commit 54b8bb5

Please sign in to comment.