Add missing wwwroot dir in the test app.

This commit is contained in:
Chris R 2015-10-28 09:51:23 -07:00
parent 08d17b2631
commit 4381e5e7c9
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<configuration>
<system.webServer>
<httpPlatform forwardWindowsAuthToken="true" />
<handlers>
<add name="httpplatformhandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
</handlers>
</system.webServer>
</configuration>