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. On the Services Overview page, locate the Shared Cloud Hosting Account section and click Manage.
  3. On the Shared Cloud Sites Overview page, click Manage next to your site.
  4. On the Site Overview page, click the Settings tab.
  5. Click the General tab within Site Settings.
  1. Locate the Pipeline Mode dropdown and select either Integrated or Classic.
  2. Click Update General Settings to save.

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 incompatible with Integrated mode.
  • Switching pipeline modes triggers an application pool recycle.

Related Articles