Stock WebApplicationBasic output from "yo aspnet"

This commit is contained in:
SteveSandersonMS
2016-02-12 17:16:02 -08:00
parent 9dab5ae5ff
commit 30cb9d3fa3
28 changed files with 765 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?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"/>
</system.webServer>
</configuration>