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, … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

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 … Read more

RSS
YouTube
YouTube
Instagram