This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user