7 lines
313 B
Plaintext
7 lines
313 B
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/SiteContent.master" AutoEventWireup="true" CodeBehind="TestAuth.aspx.cs" Inherits="NKC_WF.site.TestAuth" %>
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
|
|
<h1>User Auth test</h1>
|
|
|
|
<%: User.Identity.Name %>
|
|
</asp:Content>
|