WCF port routing
- by C james
I have NAT which received incoming WCF requests and changes port number before it hands off to the host however, this is causing problem is there anyway to turn this off or fix?
ex) wcf.service.com:80 - NAT - wcf.service.2522 !error
Thank you.