Click here to Skip to main content
15,881,801 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
I did a project with a wcf service- which run as windows service, and a user interface that using the wcf service-I activated it on the same computer and it worked.

my question is-what should I do in order to separate the project to 2 computers-that the wcf service will be in one computer and the user interface will be activate in another-and it will be able to communicate with the wcf service?
Posted
Comments
Richard MacCutchan 28-Oct-15 10:13am    
It should work without changes, as long as you use the correct IP addresses.
1234ctk 29-Oct-15 4:34am    
Do I need to change the IP of the end point to the IP of the computer that I want to install the service on?
Richard MacCutchan 29-Oct-15 4:40am    
I expect so, although I do not know WCF. Wherever the service is installed, the client needs to use that machine's IP address to call the service.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900