This whitepaper is a quick reference for Microsoft office SharePoint Server (MOSS 2007) and Windows SharePoint Services (WSS 3.0) performance and capacity planning. It is a good starting point for those whose who would like to work on these areas.
Download pdf
Feb 19, 2008
MOSS 2007 / WSS 3.0 Performance Handbook
Category: handbook, MOSS 2007, performance, WSS 3.0
BizTalk 2006 Performance Handbook
This whitepaper is a quick reference for BizTalk 2006 performance tips and tricks. It is a good starting point for those whose who would like to work on BizTalk 2006 performance issues.
Download pdf
Category: biztalk, handbook, performance
Feb 9, 2008
Hide default title column in sharepoint list
In MOSS 2007 or WSS 3.0 sometimes you would like to:
- Hide 'title' column OR
- Change 'title' column to optional
Follow these easy steps:-
-
Enable content type for list:-
-
GoTo: List > Settings > List settings> Advanced settings
-
Under “Content Types” change “Allow management of content types?” to “Yes”
-
Click Ok
-
-
Change “Title” column to optional/Hidden.
-
On “list information” page, click “Item” link under “Content type” section
-
On “List Content Type Information” page, under columns section click “Title”
-
On “Change List Content Type Column: Item” page, click “edit column in new window”
-
Under “Additional Column Settings” Change the “Require that this column contains information:” to “No”
-
Click “Ok”
-
Close window
-
On “Change List Content Type Column: Item” page, under column settings select “hidden”
-
Feb 7, 2008
Show error details on MOSS / WSS site
Follow these easy steps
- Start > Run > inetmgr
- Right click on web application for which you want to enable error details.
- ASP.NET Tab, copy file location for web.config file
- Open file in notepad
- Make following changes
Old Value | New value |
<SafeMode MaxControls="200" CallStack="false"> | <SafeMode MaxControls="200" CallStack="true"> |
<customErrors mode="On" /> | <customErrors mode="Off" /> |
<compilation batch="false" debug="false"> | <compilation batch="true" debug="true"> |