Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Dec 31, 2025, 07:18 AM

Title: How to enable Classic ASP support for a domain in Plesk for Windows Server
Post by: Suhitha on Dec 31, 2025, 07:18 AM
Applicable to:



Question

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

Answer


                              Enabling Classic ASP support via Plesk


1.Log in to Plesk.

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

3.Check the option Microsoft ASP support.

4.Apply the changes.

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:


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


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