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:
-
Go to Domains > example.com > Hosting Settings.
-
Check the option Microsoft ASP support.
-
Apply the changes.
-
To enable Classic ASP support for all domains that belong to a particular service plan:
-
Go to Service Plans > Example Plan > Hosting Parameters > Enable ASP Classic.
-
Click Update & Sync.
Enabling Classic ASP support via a command-line interface
-
Connect to a Plesk server via RDP.
-
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"
-