How to change the Pipeline Mode

Overview

IIS supports two managed pipeline modes: Integrated and Classic. Most modern ASP.NET applications use Integrated mode. Classic mode is provided for legacy applications.

Steps

  1. Log in to the Everleap Control Panel at cp.everleap.com.
  2. From the top menu click Shared Sites.
  3. On the Shared Cloud Sites Overview page, click Manage next to the applicable site.
Shared Cloud Sites Overview page listing each site with a Manage link
  1. On the Site Overview page, click the SETTINGS tab.
  2. Click the General tab.
  3. Locate the Pipeline Mode dropdown and select either Classic or Integrated.
Site Settings General tab with the Pipeline Mode dropdown expanded showing Classic and Integrated
  1. Click Update General Settings to save.
The Update General Settings button at the bottom of the General tab

Verify It Worked

Reload your site and confirm it functions correctly under the new pipeline mode.

Notes

  • Integrated mode is recommended for all modern ASP.NET applications.
  • Classic mode is only needed for legacy HTTP modules or handlers that are incompatible with Integrated mode.
  • Switching pipeline modes triggers an application pool recycle.

Related Articles