web analytics

Adding Servers to SharePoint Portal Server 2007 Farm

If you want to add servers to SharePoint Portal Server 2007 farm, only options which willl be available are “Complete” or “Web Front End”. It is better to choose Complete and turn off services not required for the WFE server when installing a WFE so that you retain the flexibility of changing roles later. If ...

How to Programmatically Inherit Master Page in SharePoint 2007

There are a couple of properties of SharePoint Object model [web_object].MasterUrl [web_object].CustomMasterUrl I set these properties but the child stite (seminar web site) was not inheriting the master page of the parent web. I further tried to copy these properties from the root web. web.MasterUrl = web.Site.RootWeb.MasterUrl; web.CustomMasterUrl = web.Site.RootWeb.CustomMasterUrl; web.AlternateCssUrl = web.Site.RootWeb.AlternateCssUrl; Then i ...

Site last updated May 22, 2013 @ 3:30 pm