Book Image

SharePoint 2013 WCM Advanced Cookbook

By : JOHN CHAPMAN
Book Image

SharePoint 2013 WCM Advanced Cookbook

By: JOHN CHAPMAN

Overview of this book

Table of Contents (19 chapters)
SharePoint 2013 WCM Advanced Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a Visual Studio solution for custom delegate controls


Delegate controls provide a mechanism for adding ASP.NET user controls. As such, to create, compile, and package custom controls, we will use a Visual Studio solution. In this recipe, we will create the Visual Studio SharePoint project that we will use for this chapter. For simplicity, we will add each subsequent recipe to this single project.

Note

Since the recipes in this chapter include items that will make changes to the web.config file of the SharePoint web application in IIS, we will be creating a farm solution.

Getting ready

In order to create a custom SharePoint solution with Visual Studio, we will need to have Visual Studio 2012 with the Office Developer Tools or Visual Studio 2013 applications installed on a computer running SharePoint Server 2013. In addition, we will need local computer administrator and SharePoint farm administrator access.

Tip

If using PowerShell to deploy the custom SharePoint solution, SharePoint shell...