Hello everyone. I have a clean installation of Windows Server 2019 Standard. I am trying to install SolidCP Server asp.net v.4.5.
. I followed the installation instructions pre-reqs at https://solidcp.com/kb/installation/manual-offline-solidcp-installation/ by first installing these powershell modules:
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
Then I installed the SolidCP v1.4.8 Installer, and selected SolidCP Server asp.net 4.5 version 1.4.8 and selected install. When it did the system Configuration check it gave me an error that IIS Requirement, IIS 6.0 or greater is required. I thought by installing the pre-req modules above with powershell I meet the requirements so I am unsure why I get this error. Anyone know what I am doing wrong? I am planning on making this server an Exchange 2019 Mailbox server and adding it to my existing SolidCP environment.
Thanks for any help with this one, it seems like it should be so easy and I am missing something simple?
Hello,
If you want to install SolidCP Server asp.net v.4.5 then before it you need to install Webserver IIS and .net framework from server manager>>> after then add role and features where you can see it.
I thought by doing this via powershell I did install the roles/features I needed.
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
Can you tell me specifically what I am missing for it to install?
I was able to get it working. I installed the components for Exchange 2019 and one of the pre-req's seemed to be what SolidCP needed to pass the IIS10 pre-req's.