From 4381e5e7c9f0b576ee308a98d8403eb9a40f42f2 Mon Sep 17 00:00:00 2001 From: Chris R Date: Wed, 28 Oct 2015 09:51:23 -0700 Subject: [PATCH] Add missing wwwroot dir in the test app. --- test/ServerComparison.TestSites/wwwroot/web.config | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/ServerComparison.TestSites/wwwroot/web.config diff --git a/test/ServerComparison.TestSites/wwwroot/web.config b/test/ServerComparison.TestSites/wwwroot/web.config new file mode 100644 index 0000000000..808996e582 --- /dev/null +++ b/test/ServerComparison.TestSites/wwwroot/web.config @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file