aspnetcore/test/TestSites/wwwroot/web.config

8 lines
274 B
Plaintext

<configuration>
<system.webServer>
<httpPlatform forwardWindowsAuthToken="true" />
<handlers>
<add name="httpplatformhandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
</handlers>
</system.webServer>
</configuration>