Chapter 10. Installing Websites

In this chapter, we will cover the following recipes:

  • Spinning up a new application pool in IIS
  • Adding a website to IIS that runs under your app pool
  • Creating a virtual directory
  • Adding a web application to IIS
  • Setting up a website to use SSL

Introduction

Setting up a website is often where control leaves the hands of a developer and enters the hands of a system administrator or an end user. Unfortunately, that handoff doesn't always go smoothly and things may not be configured the same way as the developer expects. With WiX, we can provide an installer that will set up everything in IIS just the way we'd like it to be. It can also ensure that development, QA, and production environments are set up consistently. In this ...

Get WiX Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.