裕隆城折扣合作@中興低碳 折扣報表
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

25 linhas
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>