Files
Alive.Net/src/Alive.Net.Example/wwwroot/web.config
Tommy Parnell ef47df3cfa init
2016-03-13 21:39:47 -04:00

10 lines
381 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<handlers>
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/>
</handlers>
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false" startupTimeLimit="3600"/>
</system.webServer>
</configuration>