↧
How to configure self-hosted WCF server endpoint
When working with WCF, you have a choice between hosting the server end of the application in IIS or in your own managed code process. Hosting the server endpoint in your own process is referred to as...
View ArticleHow to configure WCF application on Microsoft ISA/TMG firewall
Windows Communication Foundation (WCF) application usually has one or more clients and a server. WCF server component can be hosted in an IIS process, or by itself using managed code, which binds to a...
View Article