Why do I see IIS and not OC?
Release : 20.3
Component : UIM - OPERATOR CONSOLE
IIS was installed as part of Windows and is using port 80 and 443 by default preventing OC wasp from getting the ports it needs.
As IIS is not part of UIM, you have several options.
1) uninstall IIS as it is not part of UIM
or
2) set OC wasp.cfg
http_port = 8080
https_port = 8443
restart OC
If you use the new ports, you will need to include them in the url
http://<OC host or ip>:8080
https://,OC host or IP>:8443