Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » TCP/IP » Answers » HTTP   (RSS)

Hosting on Machines with Multiple Addresses

I have a machine with multiple network cards. How do I control which networks my service listens on? The answer to this question is going to be specific to the transport that you're using. I'll cover the HTTP and TCP transports that WCF ships with. Talking
Posted by Nicholas Allen | 4 Comments
Filed under: , , , ,

Format for Configuring HTTP and TCP Activation

IIS uses some inscrutable strings to configure the activatable bindings of a web site. Here's the minimum you need to interpret a binding and get started working with activation. Activation is controlled by the activationHost.config file. In the list

Keeping Connections Open in IIS

My web service needs to periodically broadcast messages to clients. The service is an Internet-facing application hosted inside of IIS. What's the best way to do this? The big limitation in this scenario is that your clients might be behind a firewall
 
Page view tracker