I'm a WCF noob, so I sincerely hope I'm doing something obviously wrong. Still, I've looked all over and although there seems to be numerous errors similar to TCP error code 10061, they seem to apply to different scenarios.
All I'm trying to do here is simply host a wsHttpBinding service from IIS, and have a console app on that same server connect to the WCF service. Any help makes you awesome in my eyes. I've looked at so many help pages, I'm sort of wrapped around the axle at this point. Thanks very much for your ideas and recommendations. Below is the error message I get after running the console app.
Unhandled Exception: System.ServiceModel.EndpointNotFoundException: Could not connect to http://mysite.com/Service/MyService.svc. TCP error code 10061: No connection could be made because the target machine actively refused it . ---> System.Net.WebException: Unable to con nect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)