Any valid reason to Nest Master Pages in ASP.Net rather than Inherit?
- by James P. Wright
Currently in a debate at work and I cannot fathom why someone would intentionally avoid Inheritance with Master Pages.
For reference here is the project setup:
BaseProject
MainMasterPage
SomeEvent
SiteProject
SiteMasterPage
nested MainMasterPage
OtherSiteProject
MainMasterPage (from…