This commit is contained in:
2019-02-14 19:21:03 +00:00
parent 70e8bfdb7e
commit 9dc8bbaf1b
9 changed files with 90 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
<configuration>
<!-- *********************************** DO NOT EDIT ANYTHING BELOW THIS POINT *****************************-->
<!-- ********************************************************************************************************-->
<!-- AyaNova DATAPORTAL CONFIG file version 2019-02-14 -->
<system.runtime.remoting>
<application>
<service>
@@ -20,10 +20,21 @@
</application>
</system.runtime.remoting>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="bin/.." />
</assemblyBinding>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.web>