Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have one Windows WCF service using net tcpbinding (hosted in windows)Same service i am using as client service and server service. Client service creates dynamic proxy using factory channel based on given IPAddress When both systems are in domain then working fine.
When we remove domain means when systems are in workgroup then its not working.

What do i need to change and where to access the server service from client service in non domain environment (work group).

Thanks
Sanjay

What I have tried:

I tried by setting following attribute
security mode none , receivetimeout,sendtimeout,closetimeout, <serviceThrottling maxConcurrentCalls="500"
maxConcurrentInstances ="100"
maxConcurrentSessions ="200"/>
Posted

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