Hi,
I am relatively new to WCF. I want to know if we can develop WCF service with TCP binding that will be accessed from internet (outside of local network). Also the WCF service should be a stand-alone service, should not require IIS.
Loading
Hi,
I am relatively new to WCF. I want to know if we can develop WCF service with TCP binding that will be accessed from internet (outside of local network). Also the WCF service should be a stand-alone service, should not require IIS.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ruchi HPosted Aug 5, 2013, 6:59 AM
http://www.codeproject.com/Articles/16765/WCF-Windows-Communication-Foundation-Example
NainilPosted Aug 7, 2013, 10:12 AM
LaxmikantPosted Aug 2, 2013, 2:41 PM
In real time application you have multiple service endpoints with different kind of bindings like for backoffice and stand alone application you use netTcpBinding and for internet application you use wsHttpBinding.
Go through below article
http://dotnetmentors.com/multiple-wcf-services-in-one-solution-with-multiple-endpoints-and-hosting.aspx