aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <zelent.marcin@protonmail.com>2017-11-20 14:36:20 +0100
committermarcinzelent <zelent.marcin@protonmail.com>2017-11-20 14:36:20 +0100
commitf6f830d066635c91763dd1ae6248c8c189e6fe7e (patch)
tree7cf4d3315bda5829046e029cf52d2e2d9a167380 /AirPollutionWebApi/Web.config
parent7ff8524f57d6f4641e4a3dbea6ff6dbe9e346deb (diff)
Added WebApi.
Diffstat (limited to 'AirPollutionWebApi/Web.config')
-rw-r--r--AirPollutionWebApi/Web.config16
1 files changed, 16 insertions, 0 deletions
diff --git a/AirPollutionWebApi/Web.config b/AirPollutionWebApi/Web.config
new file mode 100644
index 0000000..318bf1c
--- /dev/null
+++ b/AirPollutionWebApi/Web.config
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!--
+Web.config file for AirPollutionWebApi.
+
+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" />
+ </system.web>
+</configuration> \ No newline at end of file