Delete web.config (#4160)

pull/4169/head
Luke Latham 2017-08-31 15:48:26 -05:00 committed by Scott Addie
parent b7b64803d5
commit 9d3f27a1ee
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<?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>