Make WCF service be accessible through Internet
问题 I've made a WCF service. I want it's client to be able to access it from anywhere. How can I do that? Details: I want it to be hosted in a Windows process, not a site. I'm using TCP binding. I don't know almost anything about web hosting etc. It's desirable not to use IIS... I have found many recommendations in the web, but still do not understand all the stuff. Please, tell me how to do it in details... As I understand, it's necessary to make a global for the endpoint. I've configured port