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 to create custom error page. To do so just follow below steps: 1. Go to…

  • 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 command which can add file to root location. $fileBytes = [system.io.file]::ReadAllBytes(“D:MyFoldersitemap.xml”);$site = Get-SPSite “http://server:80”;$site.RootWeb.Files.Add(“sitemap.xml”, $fileBytes,…

  • ,

    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 problem gone. Go to IIS, check the authentication settings for SharePoint Central Administration website in…

  • 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 an entry of endpoints in SPDisco.aspx file. Location of SPDsico.aspx file is:“C:Program FilesCommon FilesMicrosoft SharedWeb…

  • 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. Then I searched how to know the internal name of a field in sharepoint list…

  • 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 part from visual studio to SharePoint site, you need to care about few things.There are…

  • 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 output will be combination of these both. 2 types of pages available in SharePoint  Application…

  • 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 a search engine. This process is the second key component to any search engine. The…

  • 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 working with event receivers, there is always a chance that your code will trigger the…

  • 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 from a document library. So, i am going to create an event handler that will…

  • 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 through different stages. The following is the list of feature event receivers: FeatureActivated  FeatureDeactivating  …

  • ,

    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 mode authentication. Once a site is created under this authentication then Form based authentication can…

  • 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 what is a safe control in SharePoint. To reduce the risk, SharePoint differentiates the assembly…

  • ,

    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 site. Below is the given script:Write below code in a notepad and save it as…

  • 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 the subsite. So to do that Go to central admin, Click on backup and restore,…

  • 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 these type of pages.The problem comes with application pages i.e. asp.net pages. SharePoint will not…

  • 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 was assigned a new project in his organization. Let’s name this project manager as Mr.…


RSS
YouTube
YouTube
Instagram