summaryrefslogtreecommitdiff
path: root/WebInterface/dist/Web.config
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/dist/Web.config')
-rw-r--r--WebInterface/dist/Web.config15
1 files changed, 15 insertions, 0 deletions
diff --git a/WebInterface/dist/Web.config b/WebInterface/dist/Web.config
new file mode 100644
index 0000000..741b7d8
--- /dev/null
+++ b/WebInterface/dist/Web.config
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<configuration>
+ <!--
+ Eine Beschreibung der Änderungen von 'web.config' finden Sie unter 'http://go.microsoft.com/fwlink/?LinkId=235367'.
+
+ Die folgenden Attribute können für die <httpRuntime>-Kennung festgelegt werden.
+ <system.Web>
+ <httpRuntime targetFramework="4.5" />
+ </system.Web>
+ -->
+ <system.web>
+ <compilation debug="false" targetFramework="4.5"/>
+ <pages controlRenderingCompatibilityVersion="4.0"/>
+ </system.web>
+</configuration> \ No newline at end of file