Error.
18 |An error occurred while processing your request.
19 | 20 | @if (Model.ShowRequestId) 21 | { 22 |
23 | Request ID: @Model.RequestId
24 |
Development Mode
28 |29 | Swapping to the Development environment displays detailed information about the error 30 | that occurred. 31 |
32 |33 | The Development environment shouldn't be enabled for deployed applications. 34 | It can result in displaying sensitive information from exceptions to end users. 35 | For local debugging, enable the Development environment by setting the 36 | ASPNETCORE_ENVIRONMENT environment variable to Development 37 | and restarting the app. 38 |
39 |