Search code examples
.netwcfportportforwarding

Which port to open by a WCF service?


I created a WCF service, and its working if I type this url: http://192.169.1.103/MyService/SomeService.svc

That IP is from my intranet.

It also work if I change that IP to localhost.

Unfortunately, I guess I need to port foward, because if I change that IP to my internet IP, it doesn't work. =(.

I have a router and a modem-router. (So thats 2 routers =x). But what port do I have to open? I dont understand this part.

Edit: I have a few knownledge in port foward. But It's the main problem.


Solution

  • Standard http port is 80, if you use https then it would be 443.