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. 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 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