|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Root master page and chikd projecthave a master page on my root project.
I would like to reuse the same master page on my child project. However when I am setting the master page file in my child project it doesn't see that page because it is adding a name space from my child project. Below is what I have: RootProject /UserControls RootMasterPage.Master /ChildProject childProjectWebPage.aspx with page directive to MasterPageFile="~/UserControls/RootMasterPage.Master" When I run my project it is looking for childProjectWebPage/UserControls/RootMasterPage.Master and it can find that master page. Can you help me |
|||||||||||||||||||||||