From aa1afc0a8e5d5cf824df87245bbe47f5fbf803ed Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Sat, 30 Apr 2016 23:11:01 -0700 Subject: [PATCH] Quick fix: Yes, MvcSandbox is a web project - add a `web.config` file so VS recognizes this --- samples/MvcSandbox/web.config | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 samples/MvcSandbox/web.config diff --git a/samples/MvcSandbox/web.config b/samples/MvcSandbox/web.config new file mode 100644 index 0000000000..f0398741c5 --- /dev/null +++ b/samples/MvcSandbox/web.config @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file