I need to set up two machines later today for a domo of a client/server app written with WCF. (Both machines have Visual Studio 2008 installed)
I have been testing the applications using the WCF Service Host (wcfSvcHost.exe) on my PC.
Will wcfSvcHost.exe let a client connect from a remote machine over HTTP (ideally port 80)?
Or is it limited to local clients (localhost) only like the Visual Studio 2008 inbuilt web server?