From 72e29790a3624858f79ce3206769d13868654753 Mon Sep 17 00:00:00 2001 From: Louis GUICHARD-MONTGUERS Date: Sat, 8 Feb 2025 19:14:47 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'WF-WebAdmin/WF-Web?= =?UTF-8?q?Admin/Pages/Error.cshtml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml b/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml index 445ceaf..961dd63 100644 --- a/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml +++ b/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml @@ -27,12 +27,12 @@

Development Mode

- Swapping to the Development environment displays detailed information about the error that occurred. + Swapping to the development environment displays detailed information about the error that occurred.

The Development environment shouldn't be enabled for deployed applications. It can result in displaying sensitive information from exceptions to end users. - For local debugging, enable the Development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development + For local debugging, enable the development environment by setting the ASPNETCORE_ENVIRONMENT environment variable to Development and restarting the app.