From 1d36f9edbb3d31193e8dd1dee6ba4a5b7b3a597b Mon Sep 17 00:00:00 2001 From: wasayewasaye <108378715+wasayewasaye@users.noreply.github.com> Date: Tue, 18 Jun 2024 10:21:18 +0000 Subject: [PATCH] Update web.config devErrorsEnabled= 'false' --- src/samples/configuration/web.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/samples/configuration/web.config b/src/samples/configuration/web.config index fed9441e..4516a398 100644 --- a/src/samples/configuration/web.config +++ b/src/samples/configuration/web.config @@ -135,7 +135,7 @@ maxLogFileSizeInKB="128" maxTotalLogFileSizeInKB="1024" maxLogFiles="20" - devErrorsEnabled="true" + devErrorsEnabled="false" flushResponse="false" enableXFF="false" promoteServerVars="" @@ -153,4 +153,4 @@ --> - \ No newline at end of file +