You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
416B

  1. <%
  2. pageTitle = "Classic ASP App - Error"
  3. badgeClass = "bad"
  4. badgeText = "Something went wrong"
  5. %>
  6. <!--#include file="_Header.asp" -->
  7. <h1>We hit a problem handling your request</h1>
  8. <p>Please try again. If this keeps happening, contact the site administrator.</p>
  9. <% If Len(errorDescription) > 0 Then %>
  10. <p><code><%= Server.HTMLEncode(errorDescription) %></code></p>
  11. <% End If %>
  12. <!--#include file="_Footer.asp" -->

Powered by TurnKey Linux.