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…
Custom Event Receiver in SharePoint
.
What is Event Receiver in SharePoint? By creating event receivers, you can respond when a user interacts with SharePoint objects such as lists or list items. Feature receivers provide developers with an opportunity to execute code as a feature goes…
what are differences between classic mode and claim based authentication in SharePoint 2010
.
what are differences between classic mode and claim based authentication in SharePoint 2010 Classic mode authentication: This is nothing but windows authentication. It means it will work based on you windows logged in credentials. There is a problem in classic…
What is safe control in SharePoint 2010?
.
In SharePoint Environment a developer can add ASPX file very easily. An ASPX file contains code which may affect the SharePoint environment. In simple words, there might be a security risk of security injection. In this blog, we will see…
How to create a batch file to do automatic backup of SharePoint site?
.
Suppose you have a SharePoint site with some heavy and important data and you want to take the backup regularly. So instead of manual process you can create a batch file which will automatically take the backup of the mentioned…
How to export subsites or list in sharepoint 2010?
.
Some times you need to take the backup of your subsites with all pages, list and library. Subsites can not be taken as backup and restore. Subsite can be exported and imported to another site. First you need to export…
Executing Server side code in sharePoint or use of PageParserPath
.
Executing Server side code in sharePoint or use of PageParserPath Application pages in sharepoint behave like asp.net pages where they may contain inline server code. Wheras site pages are rendered as safe mode parser so there is no problem with…
Lets Learn SharePoint
.
What is SharePoint? SharePoint is a platform for collaboration, document sharing, meeting, record management, content management, business intelligence kit. SharePoint marketing tagline is “Business Collaboration Platform for Enterprise and Web”. Let’s understand SharePoint by an example: Suppose a project manager…
