From 19528fba831bc1d8be32a75dd319176345bff7c0 Mon Sep 17 00:00:00 2001 From: Chris Fidao Date: Wed, 30 Jan 2019 10:44:02 -0600 Subject: [PATCH 1/2] web.config comment to help debug issues IIS error reporting won't let you know why it errors out if the rewrite module is not installed. --- public/web.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/web.config b/public/web.config index 624c1760fcb..e961b43569b 100644 --- a/public/web.config +++ b/public/web.config @@ -1,3 +1,8 @@ + From 7b322b643135fbf7121130ad51ea5a2649cd7ff0 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 30 Jan 2019 16:26:00 -0600 Subject: [PATCH 2/2] Update web.config --- public/web.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/web.config b/public/web.config index e961b43569b..d3711d7c5b8 100644 --- a/public/web.config +++ b/public/web.config @@ -1,7 +1,7 @@