| Author: Hari 01 Nov 2009 | Member Level: Gold | Rating:  Points: 2 |
Hi,
You need to have a http endpoint(basichttpbinding/wshttpbinding) in WCF to communicate with you web app and have another endpoint with nttcpbinding to communicate with your windows app. Basically you need to add two endpoints to your wcf service config one with httpbindign and another with nettcpbinding and when calling from windows forms app and web app use the appropriate endpoint to call you service. Hope i explained it well.
|