Suppose you have two seperate ASP.NET Web Application projects that both need to use a common MasterPage.
What\'s the best way to share the MasterPage across project
Keep a primary copy in source control, and let your source control system worry about it.