Hi all,
Just to clarify in the beginning, I am a beginner at WCF. I've created a web service (using C# and WCF and wshttpbinding). When this service is hosted in IIS on my local network, I am able to access it fine with a simple client I wrote. But when I host it on a remote server (running Windows Web Server 2008) I get an exception when trying to call one of the methods:
SecurityNegotia tionException - The caller was not authenticated by the service .
I don't understand this, since the service ran quite happily on my local network. Can anyone please help me on this?
Just to clarify in the beginning, I am a beginner at WCF. I've created a web service (using C# and WCF and wshttpbinding). When this service is hosted in IIS on my local network, I am able to access it fine with a simple client I wrote. But when I host it on a remote server (running Windows Web Server 2008) I get an exception when trying to call one of the methods:
SecurityNegotia tionException - The caller was not authenticated by the service .
I don't understand this, since the service ran quite happily on my local network. Can anyone please help me on this?
Comment