Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <%
- 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" -->
|