First commit

This commit is contained in:
2015-05-23 18:51:22 +02:00
commit d202198ff1
10 changed files with 279 additions and 0 deletions

12
Scrummer/Web.config Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5.1" />
<httpRuntime targetFramework="4.5.1" />
</system.web>
<system.webServer>
<handlers>
<add name="GlobalRouter" path="*" verb="*" type="Scrummer.GlobalRouter"/>
</handlers>
</system.webServer>
</configuration>