sharepoint
How to create a 404 or Custom Error Page in SharePoint 2010
.
404 Error page is a standard to display a page with your own message if user mistype a page name. To configure custom error page eg HTTP 404 Page not found error in SharePoint 2010. It is a good practice…
How to add file in root of a sharepoint web application?
.
SharePoint folder structures are different, generally pages will be available in Page library. What if a user wants to add a file in root of SharePoint web application. Generally sitemap and robots files are added to root.Below is the powershell…
SharePoint central administration page is blank after sharepoint installation
.
I have installed sharepoint 2010 successfully, even i have completed sharepoint configuration wizard with no error, but still i got blank central administration page. How to solve this issue ?I searched over internet and i did below steps and my…
What is SPDisco.aspx file in Sharepoint 2010?
.
SPDisco.aspx file is a directory of all web services available in SharePoint. This file contains names and locations of all web service endpoints which is available in SharePoint.If you are creating custom web service in SharePoint then you must do…
How to get the internal name of a column in a sharepoint list?
.
I was working on a SharePoint project, suddenly i got this error saying “The property or field not initialized”. I searched over net and found that the internal name of a field or column in SharePoint list might be different….
Type is not registered as safe- Error is coming when deploying the web part to SharePoint site.
.
Type is not registered as safe- Error is coming when deploying the web part to SharePoint site. Type is not registered as safe Error is coming when deploying the web part to SharePoint site.As you all know while deploying web…
What are types of pages in SharePoint ? Explain the concept of ghosting and unghosting
.
All sites in SharePoint are the collection of web pages. There are 2 types of concept in paging. Ghosting and unghosting. SharePoint pages from 2 places on are from database or another one from disk i.e. from virtual path.Ideally the…
SharePoint 2010 Search
.
Crawler: Crawling is the process of gathering data from content sources and storing it in databases for use by the query server. Indexer: Indexing is the process of turning data gathered by the crawler into logical structured data that is usable by…
What is Event Recursion in SharePoint 2010? How to avoid it?
.
Event recursion or Event handler recursion is a problem which occurs in event receiver. Event recursion will update your item again and again. Event recursion is a reason for poor performance of SharePoint site. How to Avoid Event Recursion When…
How to work with Event Handler step by step in Share Point?
.
How to work with Event Handler step by step in Share Point? Even handler is executed when some operation occurs in SharePoint site.Suppose you want to add event handler when an item will be added, or item will be deleted…
