MOSS 2007 / WSS 3.0

During my daily work I quite often find an article which highlights interesting things – which are not worth a separate post to talk about. To still share them with you I have decided to publish such articles as a link list on my blog in a new Picks of the week category. Here is […]

Today I analyzed an interesting problem related to mixing Selective Deployment and Quick Deployment. Background Info I explained the concepts of Quick Deployment in the following article: Content Deployment – The complete Guide – Part 5 – Quick Deployment To summarize: Each enabled Quick Deployment job that originates in a specific site collection is referenced […]

Since the early times of SharePoint we receive support cases where a customer receives the following error message when using custom code with SharePoint: "The Web application at http://server:port/ could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to […]

Unlike “Before” event (e.g. ItemAdding, ItemDeleting) “After” events (e.g. ItemAdded, ItemDeleted) in SharePoint usually fire asynchronously on a different thread then the http request. That means that the HttpContext and HttpRequest objects cannot be retrieved in these events as they do not exist on the current stack. That means that there is no way to directly […]

The product group released the August 2011 Cumulative Update for the SharePoint 2007 product family. August CU for SharePoint 2010 should be available in a couple of days. The KB articles are not yet available (as usual it will take a couple more days to get these through the required release process) but the fixes […]

We just had a support case where a customer was trying to use Client Certificate authentication with SharePoint 2010. Client Certificate authentication was a supported authentication method in SharePoint 2007 but with SharePoint 2010 client certificate authentication it is not supported and there are also certain scenarios where using client certificate authentication will not work […]

I recently received a question regarding site and system master pages in SharePoint. It seems that the purpose of these two master pages is not clear to everyone so here is a short summary: By default the following rule applies: Site Master Pages: used by all publishing pages – and only by publishing pages System […]