It is a sad and known fact that having lots of ACLs in your SharePoint database has a negative effect on the performance of your site. What I did not know yet was that changes to the ACL will impact your incremental crawls.
Recording Converter for Microsoft Office Live Meeting 2007
This week I gave a presentation at Winvision and recorded it in Microsoft Office Live Meeting 2007. The resulting recording is a webpage with multiple streams: desktop video, presenter video and audio.
The problem is that the codec used does not work on x64 systems or Windows 7 (Server). Watching the separate streams is not really an option because there is no audio included in the video streams.
Access Denied when crawling mysite / people on localhost with a different hostname
I have a clean install on the latest and greatest: Windows Server 2008, SQL Server 2008 and MOSS 2007 SP1 with all updates. This is the layout of my farm:
Everything works fine, except the search crawl gave Access Denied errors on http://mysite
and sps3://mysite
.
Working with URL’s in SharePoint
While working on a project with some existing code I noticed the developer did write large portions of code to get from an URL to a SPList. He probably didn’t know some of the hidden gems in SharePoint.
“CS0122: ‘x’ is inaccessible due to its protection level” but you don’t want to go public
Sometimes you have to split your code into different assemblies.
For example, when I created a custom Admin Page
which inherits from WebAdminPageBase
(Microsoft.SharePoint.ApplicationPages
).
The problem with Microsoft.SharePoint.ApplicationPages
is that it is not deployed to the GAC.