How to change the ASP.NET framework version

Overview

Everleap supports multiple ASP.NET Framework versions. You can switch the framework for any site at any time from the General tab of Site Settings without reprovisioning.

Steps

  1. Log in to the Everleap Control Panel at cp.everleap.com.
  2. From the top menu click Shared Sites.
  3. If on a Multi-Site plan, click Manage next to the applicable site.
  4. On the Site Overview page, click the Settings tab.
  5. Click the General tab within Site Settings.
  1. Locate the ASP.NET Framework dropdown and select the version your application requires (e.g., 2.0, 3.5. 4.x).
  2. Click Update General Settings to save.

Verify It Worked

Reload your site. You can add a test page that outputs the runtime version to confirm the change.

Notes

  • Changing the framework triggers a brief application pool recycle.
  • Ensure your application is compiled for the target framework before switching.
  • Please note that this selector is for legacy ASP.NET Framework. For Modern unified .NET / ASP.NET Core Frameworks there is no selectors. Please refer to this KB article for the full list of ASP.NET Core Frameworks installed on the servers.

Related Articles