December 2008 Entries

Share MasterPage across applications

In my company we have an architecture where we have several websites working together to form one big application. We use the same MasterPage and Theme for all the websites so that they look like the same application. We do this since this allows us to customize our applications based on clients by plugging in different functionality provided by different websites. We also have different Masterpages for different clients and load the correct one dynamically once the user logs in. One problem we've...