SharePoint 2007/2010 Capacity Management

by Sai Dasari 28. January 2011 11:26

 

 

 

SharePoint 2007
(recommended max)

SharePoint 2010
(recommended max)

Items per view

2000

5000

Documents per library

5 million

10 million

Database size

100GB

200GB (up to 1TB for workloads)

Simultaneous Doc Editors

1 (no Multi user editing of Word, Excel, PPT)

10 (max at 99)

Column

2000 per doc lib, 4096 per list with (rowOrdinal)

New Row Wrapping (8,000 bytes)

Content Databases per Web App

100

300

App Pools per web server

8

10

Indexed (Crawl Count)

50 Million items per SSP

100 Million per search Application

Site Collections per Web App

50,000

500,000

 

 

References:

  1. Technet 
  2. SharePoint Joel

Tags:

SharePoint

Using Gmail (or Google Apps Email) as SMTP server in ASP.NET

by Sai Dasari 28. January 2011 11:25

The following web.config settings will enable your ASP.NET website to send emails using gmail account or google apps account.


<system.net>
<mailSettings>
<smtp from=”emailid@gmail.com” deliveryMethod=”Network”>
<network host=”smtp.gmail.com” port=”587′ userName=”emailid@gmail.com”
password=”YourPassword” enableSsl=”true”></network>
</smtp>

</mailSettings>
</system.net>



 

Tags:

asp.net

SharePoint 2010 Posters

by Sai Dasari 28. January 2011 11:22

Find a good list of Architectural diagrams and models for SharePoint 2010 here.

http://blogs.technet.com/b/schadinio/archive/2010/08/18/sharepoint-2010-technical-diagrams.aspx

Tags:

SharePoint

About the author

Software Development Professional & Entrepreneur.

Month List