Error.cshtml 724 B

123456789101112131415
  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. <h3>Development Mode</h3>
  7. <p>
  8. Swapping to <strong>Development</strong> environment will display more detailed information about the error that occurred.
  9. </p>
  10. <p>
  11. <strong>Development environment should not be enabled in deployed applications</strong>, 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 <strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>, and restarting the application.
  12. </p>