How to enable Classic ASP

Overview

Everleap supports Classic ASP for legacy applications. Classic ASP runs alongside ASP.NET, both can be active on the same site simultaneously.

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 Classic ASP toggle and set it to Enabled.
  2. Click Update General Settings to save.

Verify It Worked

Upload a simple test.asp file containing

<% Response.Write("OK") %>

 and access it in a browser to confirm Classic ASP is working.

Notes

  • Classic ASP files use the .asp extension.
  • Classic ASP and ASP.NET can coexist on the same site.
  • For new projects, ASP.NET or ASP.NET Core is recommended.

Related Articles