From 8e8d7ad6b09344608134a3f78a42beb616d1a1f8 Mon Sep 17 00:00:00 2001 From: John Luo Date: Wed, 6 Apr 2016 16:26:30 -0700 Subject: [PATCH] Move web.config to application root --- samples/IISSample/web.config | 4 ++-- test/TestSites/project.json | 2 +- test/TestSites/{wwwroot => }/web.config | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) rename test/TestSites/{wwwroot => }/web.config (68%) 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