lukejamesk-gmail
-
9/18/2012 6:44:58 PM
Master Page Questions and project structure
Hey,
We have currently been creating kentico sites using aspx + portal functionality and I have a couple questions.
Question 1: When using specifically portal system your top tier page is a masterpage in the sense that if you have an editable image on the masterpage it applies to all templates and isn't accessible to standard pages.
Is there any way to replicate this using an aspx masterpage system? Currently I have been using a workaround for each editable region I expect to be on the masterpage similar to the following in the masterpage codebehind -
edtRegion1.LoadContent(PageInfoProvider.GetPageInfo(CMSContext.CurrentSiteName, "/", "en-us", null, 1, ConnectionHelper.GetConnection().IsOpen()));
Question 2:
Our company incorporates CI into our development process. We have found kentico is easiest to work with using the website project however we would like to have all our templates, webparts, domain logic, and any other custom content in separate projects. Have you got any suggestions on how to effectively do this? Especially with templates/webparts. Is there anything we should be aware of?
|