54 lines
2.2 KiB
Plaintext
54 lines
2.2 KiB
Plaintext
<%@ Page EnableSessionState="False" Language="C#" AutoEventWireup="true" CodeFile="HandleError.aspx.cs"
|
|
Inherits="HandleError" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>AyaNova WBI error</title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<h1>
|
|
<span style="color: red">AyaNovaWBI encountered an unexpected problem</span>
|
|
</h1>
|
|
<hr />
|
|
</div>
|
|
<h2>
|
|
<span style="color: firebrick">What happened</span></h2>
|
|
<ul>
|
|
<li>There was an unexpected error in the AyaNovaWBI web site. This may be due
|
|
to a programming bug or installation / configuration problem.</li>
|
|
</ul>
|
|
<h2>
|
|
<span style="color: firebrick">How this will effect you</span></h2>
|
|
<ul>
|
|
<li>The current page will not load or continue processing the last operation.</li>
|
|
</ul>
|
|
<h2>
|
|
<span style="color: firebrick">What you can do about it</span></h2>
|
|
<ul>
|
|
<li>Close this page and try repeating your last action. Try alternative methods
|
|
of performing the same action. If problems persist contact AyaNova support
|
|
via the
|
|
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="http://forum.ayanova.com/"
|
|
Target="_blank;" ForeColor="Blue">AyaNova technical support forum</asp:HyperLink>.
|
|
Be sure to provide a copy of the support information below in your support request
|
|
and a detailed description of the scope of the problem and what steps led to it.</li>
|
|
</ul>
|
|
<p>
|
|
</p>
|
|
<h2>
|
|
<span style="color: firebrick">Support information</span></h2>
|
|
<div style="width: 100%; background-color: lemonchiffon">
|
|
The following information about the error was automatically captured:<br />
|
|
<br />
|
|
<h2>
|
|
<asp:Literal ID="litError" runat="server" EnableViewState="False"></asp:Literal></h2>
|
|
<asp:Literal ID="litStack" runat="server"></asp:Literal>
|
|
<hr />
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|