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.
 
 
 
 
 

13 lines
508 B

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Error.aspx.cs" Inherits="Swift.web.Error" Title="Swift Framework" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Error</title>
</head>
<body>
<div style="margin: 150px 150px;">
<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>
</div>
</body>
</html>