Plesk

How to enable Classic ASP support for a domain in Plesk for Windows Server

Question

How to enable Classic ASP support for a domain in Plesk for Windows Server?

Answer

 

Enabling Classic ASP support via Plesk

 

  • To enable Classic ASP support for a domain:

    1. Log in to Plesk.

    2. Go to Domains > example.com > Hosting Settings.

    3. Check the option Microsoft ASP support.

    4. Apply the changes.

  • To enable Classic ASP support for all domains that belong to a particular service plan:

    1. Log in to Plesk.

    2. Go to Service Plans > Example Plan > Hosting Parameters > Enable ASP Classic.

    3. Click Update & Sync.

 

Enabling Classic ASP support via a command-line interface

 

  1. Connect to a Plesk server via RDP.

  2. Start a command prompt as an Administrator.

  3. Enable Classic ASP support:

    • For a domain:

      C:> plesk bin subscription -u example.com -asp "true"

    • For all domains on the server:

      C:> FOR /f "tokens=*" %d IN ('plesk bin domain.exe --list') DO plesk bin subscription.exe --update %d -asp "true"