Hello Experts! Looking to impliment WCF. I've tried for hours to get the self-host example to work. The service is running as a console app. When I run "netstat -a" I see that the machine is listening on port 8000. However, when I navigate to the following the page isn't found.
http://localhost:8000/ServiceModelSamples/serviceAlso, the sample client throws an exception saying that it couldn't establish the connection
I don't have any firewalls running. Has anyone run into this issue? I'm pretty much stuck if I can't get a simple service to selfhost.
Start Free Trial