How to setup auto site deletion feature of SharePoint 2010 25 March 2011 Step by step procedure to set SharePoint up to automatically cleans out unused sites: Step # 1: Central admin   navigates to    Application Management —–> Site Collections ——> Confirm site use and deletion  Step # 2: Choose Web Application  to be used for setup auto…

Read more

SharePoint 2010 Server Name and Alternate Access mapping 25 March 2011 The “Server Name” mapping and “Alternate Access” mapping are two features of SharePoint which provides to alter the URL’s returned in search results. A very common practice is used by different companies is “Internal” and “External” users. These both OOTB features are available in…

Read more

Create meeting workspace pages programmatically in SharePoint 25 March 2011 You can add meeting workspaces pages with the SharePoint UI and also manage them. It is also possible that you can create workspace pages programmatically. Here is the code to do this. Add the following references using Microsoft.SharePoint; using Microsoft.SharePoint.Meetings; //Code: string url = SPContext.Current.Site.Url;…

Read more

Web analytics service application provisioning in SharePoint 2010 25 March 2011 Hi, I am going to show you that how to provision web analytics service application in SharePoint 2010. To accomplish this task you need to follow these steps 1.   Open SharePoint 2010 “Central Administration” site. 2.   Under “Application Management” select “Manage service applications”.  …

Read more
top