Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am having a problem i i want to make my client communicate with my server which is on another system but its not working but if but server and client are on the same system every thing works perfectly fine. i used wcf nettcp
Posted
Comments
Sandeep Mewara 24-Oct-12 12:12pm    
Elaborate 'Not working' - any error? Check logs.

How is your WCF service hosted?
Try looking at firewall settings of the server machine.
 
Share this answer
 
Take a look at this: Service Identity and Authentication.

You could also try to set security mode to SecurityMode.None on your NetTcpBinding.

If this goes well you should set the identity to dns.
 
Share this answer
 

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