Add Listening Adrees to CoreWcf Project

61 Views Asked by At

I want to change listening adress. I see the localhost5203 whenever I try to test on SoapUI.

How can I change it? I used to "web.config", "wcf.config", AddServiceEndpoint although I couldn do what I want. enter image description here

1

There are 1 best solutions below

2
akseli On

In Visual Studio, click on Debug --> {Project Name} Debug Properties Once the window opens, simply select the debug configuration that you're using, and scroll down to App URL You can change your ports here.

In order to set your port for your Kubernetes deployment, which is a different question altogether, you need to follow the instructions here to correctly setup the deployment.