can you have it where one site master page itself has a site master page to allow layers of shared "base" code?
+1
A:
Yes, when creating a master page, you can specify a master page for it.
(Also, you can name master pages whatever you want -> Temp.Master, master.master)
Martin
2009-08-16 15:46:47
how do i refer to placeholder sections in the different master files?
ooo
2009-08-16 17:21:09
+1
A:
The answers to this very similar question may be helpful: Are there nested master pages in ASP.NET MVC? Yes, you can use nested master pages in MVC, as you can with "classic" ASP.Net.
DOK
2009-08-16 15:50:52