Files
VAR.WebFormsCore/Scrummer/Web.config
2015-05-23 18:51:22 +02:00

12 lines
360 B
XML

<?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>