Question : WCF address

How do I make a WCF service work on a network? All the examples are using "localhost" as the address.

e.g. "net.tcp://localhost:123/myservice"

Do I need to change the address for both service and client?

Answer : WCF address

you can change the localhost to IP Address of the machine. This change will be required only on the client, if the client and the service are on different machines.

Random Solutions  
 
programming4us programming4us