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.
|
- <%
- pageTitle = "Classic ASP App - Error"
- badgeClass = "bad"
- badgeText = "Something went wrong"
- %>
- <!--#include file="_Header.asp" -->
- <h1>We hit a problem handling your request</h1>
- <p>Please try again. If this keeps happening, contact the site administrator.</p>
- <% If Len(errorDescription) > 0 Then %>
- <p><code><%= Server.HTMLEncode(errorDescription) %></code></p>
- <% End If %>
- <!--#include file="_Footer.asp" -->
|