I have 4 services running from one WCF service application, and it all works great if use 4 separate ports and is running on my local machine, hosted in a console app. That's fine for development, but now I want to move it to a Server 2008 machine on the intranet, and the IT boys aren't real happy about opening up a slew of ports on that machine.
I know I can run multiple services on the same port, but I can't seem to find anything telling me how to do so. Mostly, the first service starts up and then the second one fails to start.
Can anybody point me to a blog or article that explains how to do this?
I also need to figure out how to host the services in WAS, but that may be a separate issue. I am using TCP protocol, if that makes any difference...
Thx, Dave