Configure People Picker for Multi-Domains (or Cross Domains), Forests Environments in SharePoint

By default, the people picker will issue queries to all two-way trusted domains and two-way trusted forests to search people & groups. It uses the application pool account to search the target domains and forests. If the application pool account does not have permission to the target domains or forests, or if…

Read more

Show Login for Anonymous user and Logout for Authenticated users

Here is my requirement: I want to Show Custom Log-in button for Anonymous user, and once logged in I want to show the Log-out for Authenticated users. Here is the implementation part. 1. create your own Log-in and Log-out button images, place them under: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\IMAGES Important: Do…

Read more

ViewFormPagesLockDown – Restrict Permission to Application Pages in SharePoint

ViewFormPagesLockDown is a SharePoint Feature (not in WSS) that helps us in: Allows anonymous users to only view the Publishing pages, not any of the form or view pages (DispForm.aspx, AllItems.aspx) Disallows anonymous access to pages in the _layouts directory that inherit from LayoutsPageBase. By default, all publishing sites have the feature…

Read more

HTTP Error 401 – Not Authorized Error in SharePoint site with Kerberos Authentication Enabled

In a new SharePoint web application, it prompted for user name and password repeatedly And finally resulted in  “Not Authorized – HTTP Error 401. The requested resource requires user authentication” – in the SharePoint site with Kerberos Authentication Enabled. Here is some more spec: MOSS 2007, Windows 2008, IIS 7.5. Solution: With IIS…

Read more

How to Enable Anonymous Access in SharePoint?

How to enable anonymous access in SharePoint? To Enable Anonymous access in SharePoint 2010, We need to do the change in Central admin & Site collection: Step 1: Enable Anonymous Access in Central Administration: Go to: Central Administration > Application Management > Manage Web Applications, and Select your web application by highlighting…

Read more

How to Hide View All Site content & Recycle Bin Links in SharePoint 2010/2007?

Another frequently asked question: How to Hide the Recycle Bin & View all Site content links in SharePoint site? Yes, we can hide them, not a big deal! Hide View all site content & Recycle Bin Links from Quick Launch in MOSS 2007 Here is how to hide View All Site Content…

Read more

SharePoint Permissions: Read Vs View Only – What’s the Difference?

Wonder, What is the difference between Read and View only permission in SharePoint? Here is the difference between Read and View Only: With view only permission, users can not View/Download the documents into the client applications, like Microsoft Excel! (But downloading the documents is possible, like saving the document to their local…

Read more