6 lines
316 B
Plaintext
6 lines
316 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContained.master" AutoEventWireup="true" CodeBehind="showLog.aspx.cs" Inherits="WebLCP.showLog" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<h2>Error Log</h2>
|
|
<asp:Label runat="server" ID="lblOutLog" />
|
|
</asp:Content>
|