• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

ASP.net (Component was not installed)

E

e-visions

Guest
I'm new to PLESK and I'm having an issue with asp.net support. It says "(Component was not installed)" next to the option and it can't be selected. How do I enable asp.net support? I have the .net framework installed (I'm pretty sure it was installed before PLESK). I'm running Win 2k IIS 5.0 and PLESK version should be 6.5.2.
 
On Windows Server 2003 you follow this steps, on Windows Server 2000 it should be similar...

Follow this steps:

To enable ASP.NET
1. Windows Server Control Panel
2. Add or Remove Programs
3. Add / Remove Windows Components
4. Application Server
5. Click on Details
6. Select ASP.NET

To enable ASP
1. Windows Server Control Panel
2. Add or Remove Programs
3. Add / Remove Windows Components
4. Application Server
5. Click on Details
6. Select Internet Information Services
7. Click on Details
8. Select World Wide Web Service
9. Click on Details
10. Select Active Server Pages

Hope this helps!
Ricardo...:cool:
 
Actually it is totally different on Windows 2000. Server 2003 comes with asp.net already installed 2000 needs it added as it didn't exist with 2k came out. I finally got an answer from SW Soft, turns out then didn't get my first request:

After .net framework installation you need to configure ASP.NET using:
%systemroot%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
Please note that you may have different version of MS .NET FrameWork installed.
After that please make sure to add ASPNET user to the psaserv group.

As soon as above is done please restart "Plesk Management Service" to reread information about installed components.

After doing the above it worked fine.
 
Back
Top