Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <%
- 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" -->
|