From efa3ef6ad2a2317b38c6a7f8bd29247b3c2c83e0 Mon Sep 17 00:00:00 2001 From: Daniel Wathen Date: Wed, 11 Jan 2023 12:57:53 -0700 Subject: [PATCH] Updated error page to remove references to Development Mode. --- ReportingServices.UI/Views/Shared/Error.cshtml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ReportingServices.UI/Views/Shared/Error.cshtml b/ReportingServices.UI/Views/Shared/Error.cshtml index a1e0478..76366fa 100644 --- a/ReportingServices.UI/Views/Shared/Error.cshtml +++ b/ReportingServices.UI/Views/Shared/Error.cshtml @@ -12,14 +12,3 @@ Request ID: @Model.RequestId

} - -

Development Mode

-

- Swapping to Development environment will display more 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 - and restarting the app. -