<WCF host as windows service> WCF is hosted in win...
# community-feeds
r
WCF host as windows service WCF is hosted in windows service, and netsh is used for creating https binding on portno (eg:8777), Service is running but nestat did not show port 8777 as listening. Firewall is not blocking the port. API is not reachable. What could be the reason for this? could this be because of the GPO or windows patch? The windows operating system is Windows server 2019. Same port when created as IIS website is working. We have added rules to firewall to allow incoming and outgoing port and it did not...