I am trying to access my WCF service on a server from my client console application for testing. I am getting the following error:
The caller was no
If you use basicHttpBinding, configure the endpoint security to "None" and transport clientCredintialType to "None."
Also, make sure the directory Authentication Methods in IIS to Enable Anonymous access