12 | Request ID: @Model.RequestId
13 |
18 | Swapping to Development environment will display more detailed information about the error that occurred. 19 |
20 |21 | Development environment should not be enabled in deployed applications, as it can result in sensitive information from exceptions being displayed to end users. For local debugging, development environment can be enabled by setting the ASPNETCORE_ENVIRONMENT environment variable to Development, and restarting the application. 22 |
-------------------------------------------------------------------------------- /src/SoftinuxBase.Barebone/Views/Shared/_CodeEditor.cshtml: -------------------------------------------------------------------------------- 1 | @* 2 | Copyright © 2017 SOFTINUX. All rights reserved. 3 | Licensed under the MIT License, Version 2.0. See License.txt in the project root for license information. 4 | *@ 5 | 6 |@(Model.Name) 12 | 13 |
14 | 15 | 21 |@Model.Name
10 | 11 |@Model.Email
9 |