2006

[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”> <!– […]

[via Angus] Stephen Huen has written some great articles/samples up on Code Project. Go and check them out now: MOSS 2007 Vertical Navigation For use in a MOSS 2007 Publishing web site, This custom control is an alternative to the out-of-the-box “Current Navigation” aka AspMenu. It renders navigational nodes using list tags like MOSS 2007 […]

WSS: http://technet2.microsoft.com/WindowsServer/en/library/0e13e879-0156-4e9f-b6d5-abddcf326d211033.mspx?mfr=true MOSS: http://technet2.microsoft.com/Office/en-us/library/eb2493e8-e498-462a-ab5d-1b779529dc471033.mspx?mfr=true Within these docs you’ll find data on servers, server topologies, system sizing, figuring out requests per second, understanding performance characteristics and guidance around features, such as folders vs. no folders. Microsoft Office SharePoint Server Plan for software boundaries Chapter overview: Estimate performance and capacity requirements Windows SharePoint Services collaboration environments Portal […]

Now that WSS and MOSS are available for download (at least the Trial version of MOSS is available for everyone) the following instructions might be helpful: Upgrading from Office SharePoint Server 2007 Beta 2 Technical Refresh to Release Version Upgrading from Windows SharePoint Services 3.0 Beta 2 Technical Refresh to Release Version Setup, Administration and […]

Windows SharePoint Services 3.0 Details page URL: http://www.microsoft.com/downloads/details.aspx?FamilyId=D51730B5-48FC-4CA2-B454-8DC2CAF93951  Windows SharePoint Services 3.0 x64Details page URL: http://www.microsoft.com/downloads/details.aspx?FamilyId=0A50DA0F-7C94-4814-BBFE-2B66FE4A9087 Windows SharePoint Services 3.0 Language PackDetails page URL: http://www.microsoft.com/downloads/details.aspx?FamilyId=36EE1BF0-652C-4E38-B247-F29B3EEFA048 Windows SharePoint Services 3.0 Language Pack x64Details page URL: http://www.microsoft.com/downloads/details.aspx?FamilyId=45FA2637-EFC0-4ED6-8F47-8A013E9CE9D9  

Brief Description (Visual Studio 2005 extensions for Windows SharePoint Services 3.0, November CTP)Tools for developing custom SharePoint applications: Visual Studio project templates for Web Parts, site definitions, and list definitions; and a stand-alone utility program, the SharePoint Solution Generator.   Overview This Community Technology Preview (CTP) of the Visual Studio 2005 Extensions for Windows SharePoint […]