aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'AirPollutionWebApi/Web.config')
-rw-r--r--AirPollutionWebApi/Web.config9
1 files changed, 9 insertions, 0 deletions
diff --git a/AirPollutionWebApi/Web.config b/AirPollutionWebApi/Web.config
index 318bf1c..3056996 100644
--- a/AirPollutionWebApi/Web.config
+++ b/AirPollutionWebApi/Web.config
@@ -12,5 +12,14 @@ http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx
<assemblies />
</compilation>
<httpRuntime targetFramework="4.5" />
+ <customErrors mode="Off" />
</system.web>
+ <runtime>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.5.0.0" newVersion="6.0.0.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
</configuration> \ No newline at end of file