Mobile app version of vmapp.org
Login or Join
Gloria169

: Self hosted Windows Communication Foundation (WCF) application and IIS using 443 on different IPs I have a server that has self hosted WCF application and IIS installed. Server has two IPs

@Gloria169

Posted in: #Https #Iis #PortNumber

I have a server that has self hosted WCF application and IIS installed. Server has two IPs assigned.

Is it possible to have the WCF application use 443 on IP1 and IIS use 443 on IP2?

WCF binds to all available IPs but you can use

netsh http add iplisten ipaddress=IP:port


to change the binding. From what I understand, IIS binds to all available IPs as well and it uses the same command?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Gloria169

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme