• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Pb with ASP : Composant not installed

I

InfogeranceS

Guest
Hi,

On Windows Serveur 2003 IIS6, after enabling ASP in IIS6 Extensions and restarting IIS, Plesk 9.5 still doesn't support ASP (check box is disable on domain parameter with comment "componant was not installed").

ASP.NET is OK.


Help needed.

Regards,
 
ASP extention was autorized on IIS6 on Windows.

An ASP script works fine on default web site :

IN c:\inetpub\vhost\default\htdocs

I writed a test.asp file
<% @ Language=VBScript %>
<% response.write "Hello world" %>

I tested with URL http://localhost/test.asp and Hello world is printed on IE.

So I assume ASP works fine on IIS6.


Why Plesk Planel 9.5 still "says" ASP (component was not installed) ?

Regards,

support infogerance team.
 
Solved

I solved this issue by removing and reinstalling ASP.

ASP is then enabled in Plesk.
 
Back
Top