/usr/share/asp.net-demos/2.0/masterpages/simple.aspx is in asp.net-examples 4.2-2build1.
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 | <%@ Page Language="C#" MasterPageFile="simple.master" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="server">
Contents go here
</asp:Content>
|