Book Image

Microsoft SharePoint Server 2019 and SharePoint Hybrid Administration

By : Aaron Guilmette
Book Image

Microsoft SharePoint Server 2019 and SharePoint Hybrid Administration

By: Aaron Guilmette

Overview of this book

SharePoint Server is an on-premises collaboration and business productivity platform. It serves as a content management and web services platform, enabling users to create, publish, and discover content and applications and integrate with business systems. This SharePoint book offers complete, up-to-date coverage of the SharePoint Server 2019 interface to help you configure and deploy confidently from the start. With the help of clear and succinct explanations and expert tips, this book covers SharePoint Server and SharePoint Hybrid configuration as well as the process for migrating to Microsoft SharePoint Online. As the book takes you through strategies and techniques for configuring and managing SharePoint on-premises and hybrid scenarios, you’ll get to grips with the concepts essential for SharePoint deployments, such as authentication, Business Connectivity Services, and the data gateway. You’ll also explore migration methods and strategies. By the end of this book, you'll have learned the fundamentals of deploying SharePoint Server 2019 and be able to use this reference guide for your administration tasks.
Table of Contents (19 chapters)

Deploying and configuring service and web applications

In SharePoint Server terminology, web applications are the constructs that are used to provide the configuration and hosting infrastructure for SharePoint site collections. Each web application starts with an Internet Information Services (IIS) website. Each individual web application is connected to its own IIS website (using either a unique or a shared application pool). Frequently, each IIS site is configured with a unique domain namespace, which can be used for both application structuring and topology, as well as a security measure to mitigate cross-site scripting attacks.

Each web application has at least one content database associated with it. SharePoint Server 2016 and SharePoint Server 2019 both support up to 20 web applications per farm. Since each web application has an IIS site associated with it, you can only have one (by default) that answers on port 80 or 443. In previous versions of SharePoint Server, you could accomplish...