Enable windows auth in tests via web.config.
This commit is contained in:
parent
22729d2145
commit
566b0c3a2a
|
|
@ -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