diff --git a/samples/IISSample/web.config b/samples/IISSample/web.config
index fc3b1ae0e9..bfe0d9435a 100644
--- a/samples/IISSample/web.config
+++ b/samples/IISSample/web.config
@@ -1,9 +1,9 @@
-
+
-
+
\ No newline at end of file
diff --git a/test/TestSites/project.json b/test/TestSites/project.json
index 81a05ab3e2..d2a94ac6bb 100644
--- a/test/TestSites/project.json
+++ b/test/TestSites/project.json
@@ -4,7 +4,7 @@
"emitEntryPoint": true
},
"content": [
- "wwwroot/**/*"
+ "web.config"
],
"dependencies": {
"Microsoft.AspNetCore.Server.IISIntegration": "1.0.0-*",
diff --git a/test/TestSites/wwwroot/web.config b/test/TestSites/web.config
similarity index 68%
rename from test/TestSites/wwwroot/web.config
rename to test/TestSites/web.config
index 2680554657..513faff42e 100644
--- a/test/TestSites/wwwroot/web.config
+++ b/test/TestSites/web.config
@@ -1,10 +1,11 @@
+
-
+
\ No newline at end of file