裕隆城折扣合作@中興低碳 折扣報表
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
837B

  1. @{
  2. ViewData["Title"] = "Error";
  3. }
  4. <h1 class="text-danger">Error.</h1>
  5. <h2 class="text-danger">An error occurred while processing your request.</h2>
  6. @if (Model.ShowRequestId)
  7. {
  8. <p>
  9. <strong>Request ID:</strong> <code>@Model.RequestId</code>
  10. </p>
  11. }
  12. <h3>Development Mode</h3>
  13. <p>
  14. Swapping to <strong>Development</strong> environment will display more detailed information about the error that occurred.
  15. </p>
  16. <p>
  17. <strong>The Development environment shouldn't be enabled for deployed applications.</strong>
  18. It can result in displaying sensitive information from exceptions to end users.
  19. For local debugging, enable the <strong>Development</strong> environment by setting the <strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>
  20. and restarting the app.
  21. </p>