diff options
author | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:36:08 +0100 |
---|---|---|
committer | marcinzelent <zelent.marcin@gmail.com> | 2018-03-16 21:36:08 +0100 |
commit | 9441b9d8b3035dc3142234dd13a1bcea21e72749 (patch) | |
tree | 87feae2e1e3492c9f0f23a724bea43e18bfb0ce7 /PollutometerWebApi/Web.config | |
parent | 1ab2b90b02705e206680b5428bf1fbaec6438132 (diff) | |
parent | 6335f35fe0516f16be10e29e9d0b960010067fe0 (diff) |
Merge.
Diffstat (limited to 'PollutometerWebApi/Web.config')
-rw-r--r-- | PollutometerWebApi/Web.config | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/PollutometerWebApi/Web.config b/PollutometerWebApi/Web.config new file mode 100644 index 0000000..77dd8b3 --- /dev/null +++ b/PollutometerWebApi/Web.config @@ -0,0 +1,25 @@ +<?xml version="1.0"?> +<!-- +Web.config file for PollutometerWebApi. + +The settings that can be used in this file are documented at +http://www.mono-project.com/Config_system.web and +http://msdn2.microsoft.com/en-us/library/b5ysx397.aspx +--> +<configuration> + <system.web> + <compilation debug="true" targetFramework="4.5"> + <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 |