Home All Groups Group Topic Archive Search About

Root master page and chikd project

Author
8 Nov 2007 1:43 PM
Byka
have 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

AddThis Social Bookmark Button