Search This Blog

Wednesday, December 17, 2014

Start With Sharepoint

Sharepoint:  Used to share information and document between staffs in an organization in an efficient way. It is an enterprise collaboration platform.

Mainly used for: Document Management, Portals, eforms, Workflows, Business intelligence application.

Sharepoint hierarchy:




Server Farm: It is a collection of one or more SP servers that work in concert to provide a set of sharepoint services that support a single site.

Web application: It is a website in IIS. Content database will be created for each webapplication.
Used for restrict users and customize page and to capture data.

Site Collection: Root site of the website. Below site collection there can be one or more sites.

Sites: Collection of web pages which is used to store info in an organized way.
It provides controlled access to share info among users. i.e only authorized users are allowed to access information


                   

No comments:

Post a Comment

Restricting Custom People Picker to only one Sharepoint group programatically

Refer the following script files in your page,     <!-- For People Picker -->     <script type="text/javascript" src...