/usr/share/asp.net-demos/2.0/masterpages/content2.aspx is in asp.net-examples 3.8-2.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | <%@ Page Language="C#" MasterPageFile="frame.master" %>
<asp:Content ID="Content1" ContentPlaceHolderID="title" Runat="server">
Welcome again!
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="content" Runat="server">
<p>This is another content page for the same master page file.</p>
<p>Click <a href="content1.aspx">here</a> to see another content page.</p>
</asp:Content>
|