Browse by Tags
All Tags »
Sharepoint »
MOSS (RSS)
Please refer to the newest updates, posted here: http://blogs.msdn.com/josrod/archive/2008/12/17/latest-wss-and-moss-patches.aspx UPDATED: 12/11/2008 - 957693 was relased with 957175 built in (they are identical patches [complicated stort as to why this
Read More...
For those of you that are building a new WSS and/or MOSS farm, I've assembled a list of the patches you will need to build a "lastest and greatest" farm. The list below is published for an RTM farm, but if you have a farm in production already, you only
Read More...
Today we released some very important updates for WSS 3.0, SharePoint 2007, Project Server 2007, Search Server 2008 (Full and Express) and Project Professional 2007. This updates includes fixes for several areas of the product, including search, content
Read More...
The latest post SP1 global WSS and MOSS patches are: Description of the SharePoint Server 2007 hotfix package: March 27, 2008 http://support.microsoft.com/?id=950487 Description of the Windows SharePoint Services 3.0 hotfix package: March 27, 2008 http://support.microsoft.com/?id=950484
Read More...
In SharePoint 2003, we had an option in the central admin to add users and/or domain groups to a group called "SharePoint Administrators". This group was granted full control for all site collections within the farm. Many customers took full advantage
Read More...
Steve Peschka has released a great three-part article on Forms Authentication. If you are planning on hosting a multi-authentication environment, these article are a must read. Steve provides some sample web.config settings and also offers some troubleshooting
Read More...
For all you folks that have been waiting for Microsoft to release an iFilter pack for Office 2007 file formats, you wait is over. Not only do we search Office 2007 files, but we've included support for crawling ZIP files, which I bet a lot people will
Read More...
One of the more frequent issues we are seeing with the installation of our most recent WSS v3 hotfix, KB934525 , is the error message "The database <databasename> on server\Microsoft##SSEE is not accessible to missing Windows Internal Database signatures"
Read More...
I seen a few instances of companies attempting to use HFNetChkPro to deploy WSS 3.0 and MOSS 2007 hotfixes to their farm environments. Hotfixes and service packs for WSS 3.0 and MOSS 2007 do not install like "normal" patches we see for the O/S. SharePoint
Read More...
This example will create a new permission level, called Example_xxxxxxxxxxx. After creation, it binds the permission level to an existing SharePoint Group called Foo. using (SPSite site = new SPSite( "http://moss/sites/PermExample" )) { using (SPWeb rootWeb
Read More...