Views: 10.4K
Replies: 1
Archived
|
WCF in a Virtual Private Network (VPN)I have to deploy an application using the as base some of the components of the Dofactory 4.0, but I see that all is used as local....
Can someone tell me how to change the WCF setting to use Binary and TCP, to make this work across a network? Thanks,. Oscar Rangel, Feb 23, 2011
|
|
Reply 1Oscar,
It's not easy to tell you how to configure it for a VPN in this response, but you would generally develop the application and WCF service locally using a localhost:[port] service. And then when you want to deploy it you would change the "localhost" to an IP or domain name. In fact, it is more involved than that, but that's the general idea. You would really have to read the documentation (from various sources on the web) on the best method for your purpose. I hope this helps. King Wilder King Wilder, Feb 27, 2011
|