How to show aspx page in masterpage content site
3 answers
I think you may have missed something. When using master pages, you have content pages instead. The content page defines the scope defined by the owner of the content site on the master page. When you create a content page, you use the contentplaceholder tags to display your page content on the home page. It might be worth reading the Master Pages tutorials on the ASP.NET website.
+2
a source to share
For whatever it is, you'll want to use a sitemap instead of the first content owner. Here is a description of them: http://msdn.microsoft.com/en-us/library/yy2ykkab.aspx
0
a source to share