I am trying to install version 1.4.4 of "SolidCP Server asp.net v4.5" using SolidCP Installer on Windows Server 2019.
SolidCP.Installer.log shows the following.
INFO: OS check: Windows Server 2012 x64
INFO: IIS check: IIS 10.0
INFO: ASP.NET check: ASP.NET role service is not installed on your server. Run Server Manager to add ASP.NET role service.
I have verified:
.NET Framework 4.7 (Installed)
ASP.NET 4.7 (Installed)
I haven't found any option labeled "role service" -- what am I missing? Thanks.
Hello,
Did you also check the asp.net features in the IIS Application Development section in roles? it is not enabled by default when you install asp.net it self (and solidcp will not be able to install without IIS having the asp.net roles checked).
Regards,
Marco
Thanks, that's it.
ASP.NET 4.7 was installed under "Features" but this one was missing:
Roles -> Web Server (IIS) -> Application Development -> ASP.NET 4.7
Hello,
open the power shell and run:
Add-WindowsFeature NET-Framework-core, Web-Server, Web-Static-Content, Web-Default-Doc, Web-Http-Errors, Web-Http-Redirect, Web-Asp-Net, Web-Asp-Net45, Web-Net-Ext, Web-Net-Ext45, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Http-Logging, Web-Log-Libraries, Web-Http-Tracing, Web-Windows-Auth, Web-Client-Auth, Web-Filtering, Web-Stat-Compression, Web-Mgmt-Console, Web-Scripting-Tools
and try again
[]'s Rodrigo Araujo