Archive for category sharepoint
Design Sample: Corporate Portal with Classic Authentication
Design Sample: Corporate Portal with Claims-based Authentication
SharePoint 2010 Products Deployment
Services in SharePoint 2010 Products
Cross-farm Services in SharePoint 2010 Products
Topologies for SharePoint Server 2010
Extranet Topologies for SharePoint 2010 Products
Hosting Environments in SharePoint 2010 Products
Search Technologies for SharePoint Read More
The main benefits of using sandboxed solutions are as follows:
Solutions can be added to a production SharePoint Server 2010 environment without the risk of affecting processes outside the sandbox.
Site collection administrators can deploy sandboxed solutions, freeing farm administrators from this task.
Scalability and flexibility are increased because sandboxes run in separate process that can be restricted by qu Read More
The following are the sites available in sharepoint out of the box. We can explore these templates to make use of them as it is or we can customize/configure as per our needs.
For a Developer, these sites can be a good starting point to learn the features of sharepoint.
I am planning to write detailed description of each site template in my new sharepoint site (still under design www.completesharepoint.com)
Te Read More
The sharepoint 2010 client object model enables us to develop applications without the need of sharepoint server. We can develop applications using javascript, asp.net web parts or silverlight.
We just need to add the microsoft.sharepoint.client.dll and microsoft.sharepoint.client.runtime.dll as references. These files can be obtained from the server where sharepoint is installed at the location %ProgramFiles%\Com Read More
There is one good article where we can configure sharepoint 2010 to Live ID authentication
http://www.wictorwilen.se/Post/Visual-guide-to-Windows-Live-ID-authentication-with-SharePoint-2010-part-1.aspx
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscribe to the comments on this post Read More
To open the developer dashboard in sharepoint 2010, use the following command in sharepoint 2010 management shell
On demand:
stsadm -o setproperty -pn developer-dashboard -pv ondemand
On
stsadm -o setproperty -pn developer-dashboard -pv on
Off
stsadm -o setproperty -pn developer-dashboard -pv off
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscribe to the comments on Read More
Changing master page is similar to WSS 3.0. There is no link from the UI. We need to change it in Sharepoint designer or some other client.
From the sharepoint designer,
1. Select the desired master page
2. Right click and select Set as Default Master page
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscribe to the comments on this post Read More
When we upgrade sharepoint 2010 from beta or upgrade sharepoint server 2010 from foundation or re-installing sharepoint server 2010, Product key invalid may displayed in the setup screen even though we entered correct key.
To resolve this remove the setup cache folder which is @ C:\Program Files (x86)\MSECache\oServer
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscri Read More
Recover sharepoint password
Apr 26
Attached powershell script can be used to recover the sharepoint accounts password.
Get-SPCredentials
Bookmark on DeliciousDigg this post Recommend on FacebookShare with StumblersTweet about itSubscribe to the comments on this post Read More
Since sharepoint is resource intensive, it would be better to stop the services when we are not using it. The following URL contains some powershell scripts for starting/stopping sharepoint 2010 services. I will modify these scripts for sharepoint foundation and post them soon here…
http://blogs.msdn.com/emberger/archive/2009/11/16/stop-and-go-with-sharepoint-2010-on-your-workstation.aspx
Bookmark on Deli Read More
