Access WCF service over the Internet?

** Hello everyone, I am developing a wcf service that works on several PCs connected to the network, I want all clients to connect to the server via the Internet, how can this be done?

Thanks in advance. **

+3
source share
2 answers

Visual Studio → File → New Project → Web → ASP.NET Web Application

After creating the project, add the web service (WCF)

+2
source

If you need help setting up RESTful web services using WCF, the WCF-REST starter kit ( http://www.asp.net/downloads/starter-kits/wcf-rest/ ) can help .

WCF REST - .Net Framework Visual Studio Windows REST (WCF). - WCF .Net 3.5 SP1. , .

0

Source: https://habr.com/ru/post/1734106/


All Articles