Add missing wwwroot dir in the test app.
This commit is contained in:
parent
08d17b2631
commit
4381e5e7c9
|
|
@ -0,0 +1,8 @@
|
|||
<configuration>
|
||||
<system.webServer>
|
||||
<httpPlatform forwardWindowsAuthToken="true" />
|
||||
<handlers>
|
||||
<add name="httpplatformhandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
</configuration>
|
||||
Loading…
Reference in New Issue