Enable windows auth in tests via web.config.
This commit is contained in:
parent
fcd5b55611
commit
921b24890b
|
|
@ -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