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.

12 lines
508 B

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="Swift.web.Error" Title="Swift Framework" %>
  2. <!DOCTYPE html>
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head id="Head1" runat="server">
  5. <title>Error</title>
  6. </head>
  7. <body>
  8. <div style="margin: 150px 150px;">
  9. <font color="red" size="">Error occurred in application. Please try after a while<br /><br /> Error Log Id:<asp:Label ID="errLogId" runat="server"></asp:Label></font></b>
  10. </div>
  11. </body>
  12. </html>