MOSS 2007 / WSS 3.0

  Book DescriptionMicrosoft Office Sharepoint Server 2007 is the in-depth, one-volume guide to administering Office SharePoint Server 2007 direct from the experts. Get comprehensive information to plan, deploy, administer, and support Microsoft Office SharePoint Server 2007. With this Administrators Companion, you get mission-critical information in a single volumestraight from the experts. From the PublisherKey Book […]

Overview The Windows SharePoint Services 3.0 SDK contains conceptual overviews, programming tasks, and references to guide you in developing solutions based on Windows SharePoint Services as a platform. The SDK includes information about the following technologies: Web Part Framework   Create, package, and deploy Web Parts on SharePoint sites. Server-side object model   Work with individual lists and sites […]

Overview The Microsoft Office SharePoint Server 2007 SDK is designed for solution providers, independent software vendors, value-added resellers, and other developers to learn about the new Office SharePoint Server 2007 enterprise application and platform. It features conceptual and “How to” articles, sample code, and programming references. The download file OfficeServerSDK.exe provided for the SharePoint Server […]

Overview The Toolkit serves three main purposes: To provide IT professionals with the guidance and tools they need to upgrade customized Windows SharePoint Services 2.0 sites and site templates to function in a Windows SharePoint Services 3.0 environment. To provide a set of upgraded application templates for Windows SharePoint Services based on those currently published […]

[via Mark Harrison] This month TechNet Magazine devotes an issue to SharePoint and everything that’s new in the latest release. Here we introduce SharePoint Server 2007 and guide you through new features that make building a collaborative site better and easier than ever. An Overview of Microsoft Office SharePoint Server 2007The new version of SharePoint […]

[via Mark Harrison] Gustavo Valez has written a nice article on how to integrate Windows Workflow Foundation Services with SharePoint 2007. AbstractWindows SharePoint Services (WSS) 2007 is the first Microsoft server that has native support for the Windows WorkFlow Foundation (WF). The integration of WF and the 2007 release of SharePoint provides an infrastructure that […]

[via the SharePoint Team Blog and Telerik] As previously announced on this blog and as of now officially named r.a.d.editor for SharePoint 2007, this Web-based rich text editor extends the web content authoring environment of Office SharePoint Server 2007 by providing cross-browser compatibility (i.e. with Netscape 7.1+ and Mozilla 1.3 browsers) and support for the Macintosh […]

Abstract This evaluation guide is designed to present a solid understanding of the search capabilities in Microsoft® Office SharePoint® Server 2007. It provides an overview of Enterprise Search solutions from Microsoft, gives a hands-on tour of the product, and concludes with useful information for administrators and developers. IT professionals should use this guide to perform […]

[via Angus] Renaud Comte has a great tip on how to get the full ASP.NET errors appearing in WSS 3.0. The detail is to add the following item to your Web.Config: <SafeMode MaxControls=”200″ CallStack=”false” …> <!– Becomes –> <SafeMode MaxControls=”200″ CallStack=”true” …> <customErrors mode=”On” /> <!– Becomes –> <customErrors mode=”Off” /> <compilation batch=”false” debug=”false”> <!– […]