I am running a simple service on my server with WCF; the service is hosted in WebDev.WebServer.exe (local).
When I call the Service local I get the following excepti
The problem was in server, I put mode="Message" and works well. thanks.
<security mode="None">
<transport clientCredentialType="Windows" proxyCredentialType="None" realm="" />
<message clientCredentialType="Windows" negotiateServiceCredential="true" establishSecurityContext="true" />
</security>
WCF is very powerful, but can be a config nightmare. Here are some potential leads: