sharing masterpage across two projects

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
this is an asp.net 2.0 question.

I have a project that holds a master page. I want to use the same
masterpage in another web project. It seems like this is not possible.
Anybody know how to work around this?
thx in advance!
 
thx for the quick response...it would be nice not to copy to another project
since this would mean maintaining two copies...any other way?
 
Some people are using virtual directory tricks to share a master page
across two apps, but I feel this is brittle.

As Juan said, another approach is to copy the file to the new project.

A good source control tool will allow you to "share" the file between
projects such that an update to the file with update in both projects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

masterpages with masterpages 1
nested masterpages 2
MasterPage Problems 5
MasterPage not working in VWD 2008 2
Common Class for masterpages 4
hiding linkbuttons on masterpage 4
MasterPage 1
MasterPages issue 2

Back
Top