From 921b24890bd88caa9b257d736b9e7fd6ea462bf7 Mon Sep 17 00:00:00 2001 From: Chris R Date: Wed, 7 Oct 2015 12:34:46 -0700 Subject: [PATCH] Enable windows auth in tests via web.config. --- test/TestSites/wwwroot/web.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/TestSites/wwwroot/web.config diff --git a/test/TestSites/wwwroot/web.config b/test/TestSites/wwwroot/web.config new file mode 100644 index 0000000000..808996e582 --- /dev/null +++ b/test/TestSites/wwwroot/web.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file