How to Configure Form Based Authentication Using Active Directory in SharePoint 2010
In this article I will try to show how we can use Active Directory Form Based Authentication in SharePoint 2010 using Lightweight Directory Access Protocol (LDAP) 1. Add Connection string and membership provider in Central Administration web.config
Enable Audience Targeting in SharePoint 2010
Microsoft Office SharePoint Server 2010 enables custom audience targeting for content and sites. The purpose is to define audiences and content that are relevant to a user or a group. As server or site administrator, you can define audiences and content for a specific set of users or group. The following steps will teach you […]
How to get Site Directory back in SharePoint 2010
If you are working with SharePoint 2010 Enterprise features, you probably know that the Site Directory template is missing. Looking around in Central Administration, I noticed that we still have the Site Directory configuration settings. It looked just like 2007. So, how do we get the Site Directory back? Firstly, browse to the following path […]
Validate your layer architecture with VisualStudio2010 Architecture tool
Are you a software architect? If you are a software architect, you expect developers implement the software with the layer architecture you have designed. What happens today? In the past you had to validate the code yourself, but now everything is changed. Fortunately, VS2010 provides an architecture tool which can check whether the code is […]
Document Sets in SharePoint 2010
About Documents Sets Document Sets are a new feature in SharePoint Server 2010 that enables an organization to manage multiple documents or files as a single deliverable, or work product. A Document Set is a special kind of folder that combines unique Document Set attributes with the attributes and behavior of folders and documents. It […]
Enable Anonymous Access in SharePoint 2010
This blog post introduce use two different ways to enable anonymous access in SharePoint 2010. As a SharePoint administrator, you should be familiar with SharePoint Central Administration. So you can use the following 10 steps to set up anonymous access in SharePoint 2010. 1. Open the SharePoint 2010 Central Administration. 2. On the Central Administration […]
Get Started With SharePoint 2010 Management Shell
It is PowerShell With the installation of the SharePoint 2010, you can get a tool called Management Shell. It is a brand new tool for SharePoint, and it is PowerShell in fact. Be frankly, I don’t know anything about PowerShell before until me read a blog about how the using of PowerShell can easy the […]