diff options
author | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-23 10:16:47 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@protonmail.com> | 2017-11-23 10:16:47 +0100 |
commit | 956d0c668bf20cb461c2c48ce388087bc6618886 (patch) | |
tree | f3eea2ad9ecf1dae73e1a20e3bd16cfde0e1ce45 /AirPollutionWebApi/Web.config | |
parent | 462aed0ddd5dd5cca7fb51175cc0829650e4916c (diff) |
Changed configs.
Diffstat (limited to 'AirPollutionWebApi/Web.config')
-rw-r--r-- | AirPollutionWebApi/Web.config | 9 |
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 |