Got BizTalk 2010, SharePoint 2010 and HTTP 401.2 Unauthorized errors? On a recent project we were having problems configuring the Windows SharePoint Services Adapter onto a SharePoint 2010 farm. This is basically a BizTalk 2010 web service that gets deployed to your SharePoint farm. It allows BizTalk to deposit documents into SharePoint document libraries. The [...]
Microsoft Dynamics CRM 2011 comes with out of the box integration with SharePoint 2010 which allows users to store documents associated with CRM records. This is implemented with the List Component for SharePoint. This is a sandboxed solution that is deployed to the target SharePoint site. When activated it allows CRM 2011 to create documents in [...]
Are you seeing ridiculous delays in your SharePoint web app spinning up with little activity on the server? Is it take over 2 minutes to display the first page after an app pool recycle? Does your server have access to the internet? No? This will cause delays when a signed piece of .NET code runs [...]
Ever wanted to use Google Analytics on an intranet site, particularly one hosted with SharePoint? Well it’s dead easy – you follow the same instructions that you would for any web site. Just copy and paste the generated JavaScript code into the master page of your site. This will work, but there are some caveats [...]
As announced officially here, Microsoft are going to launch SharePoint 2010 and Office 2010 on 12th May 2010. RTM (Release to Manufacturing) is planned for April 2010. This is great news. Here’s some of the highlights on the SharePoint 2010 side of what to expect in the new product from a developer perspective: Integration for [...]
I have a need to be able to enumerate through the SharePoint User Profile database to collect some stats and do some analysis. Here’s some handy articles I came across while researching it. How To Properly Enumerate User Profiles using the SharePoint User Profile Web Service Updating and Enumerating User Profiles in MOSS MSDN – [...]