MCMS

A question that often shows up in the newsgroup is the fact that in some situations links that MCMS should treat as internal managed links are saved as unmanaged external links. The problem with unmanaged external links is that in case you move the destination posting to a different location the link will no longer […]

Spence has published a nice article discussing the pro’s and con’s of process recycling and how to balance the different recommendations for MCMS and SharePoint and the Connector for SharePoint Technologies: http://www.mcmsfaq.com/2005/08/mcms-apppool-recycling-spark-and.asp

Today I have seen another performance problem caused by Site Deployment API. Here Site Deployment was implemented as a Web application. This causes the Site Deployment API to be loaded into the worker process of the application. So far so good. The problem is that Site Deployment requires a significant amount of memory to be […]

[via Mei Ying] Authors often ask for a list of postings that link to a particular posting/channel before deleting or moving it. Here’s a sample that I’ve written to help address this. It’s a simple console application that scans all placeholder content for hyperlink.   Read more…