I got the error, once I trying to browse localhost:9001
Where I doing the mistake. Could anyone help me, please?
HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
Detailed Error Information
Module
IIS Web Core
Notification
ExecuteRequestHandler
Handler
PageHandlerFactory-Integrated
Error Code
0x8007000d
Requested URL
http://localhost:9001/default.aspx
Physical Path
C:SolidCPPortaldefault.aspx
Logon Method
Anonymous
Logon User
Anonymous
Hello,
It sounds like your having issues with IIS it self. (either missing roles or actual issues with the configs).
Can you try 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
(please note this is for Windows 2012, windows 2016 might need slight different features).