Posts

Showing posts with the label SharePoint

Upgrade from SharePoint 2010 to SharePoint 2016

http://nikcharlebois.com/upgrade-from-sharepoint-2010-to-sharepoint-2016/

Upgrade from SharePoint 2010 to SharePoint 2016

Image
http://nikcharlebois.com/upgrade-from-sharepoint-2010-to-sharepoint-2016/

SharePoint Integration with IIS

Image
Before discussing the Integration, we will discuss the architecture of SharePoint at the architecture level. The diagram represents the architecture of SharePoint and split into two halves. The Left-half is administrator world and the right-half is the end-user world. Everything in right half resides in SharePoint content database. Let's continue with some terminologies before goes into deep dive.  Farm A farm is a logical architecture or logical grouping of SharePoint servers that share common resources of SharePoint. It can be a single machine or more than one machine. The farm is differentiated on their tier levels. Might be possible Farm can be 1to N-tier. Installation can either be done at 1 machine to N. Most of the cases in production you have to choose at least 5-tier architecture for application Server, front-end  Server , SQL, AD+DNS, Office Web App Server and Exchange; you can add more than one application server, Front-End etc at any level. C...

Attach ECB menu on another column instead of Title column in SharePoint list using Sharepoint Designer

Image
Go to SharePoint designer and open the site ->Your List->Your View Find all FieldRef in <ViewFields> tag. Then add below attributes to desire FieldRef like this code <FieldRef Name="DateColumn" ListItemMenu="TRUE" linkToItem="TRUE"/>' If you want to remove existing ECB menu then remove the following code and save it. <FieldRef Name="LinkTitle"/>