I am new to WCF.
I created a WCF service that worked, but when I try to host it in a console application, it gives me an exception:
AddressAccessDeniedException
host.AddServiceEndpoint(typeof(ISampleService), new BasicHttpBinding(),"http://localhost:8080/evals/basic");
source
share