HI ALL,
I have WCF services and web application, my issue is I am getting this error when i called the service from application.
"Message="The caller was not authenticated by the service."
Source="mscorlib"
StackTrace:
Server stack trace:
at System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout)"
WCF service hosted on same domain and it is working fine. I hosted same web application on another machine there it is working.
Please let me know what confiuration I need to change on the machin.
Thanks.
Loading

TulasiPosted May 26, 2014, 8:21 AM
http://msdn.microsoft.com/en-us/library/ff650619.aspx
TulasiPosted May 26, 2014, 8:09 AM
see this link it may useful for u to test it.
Khan Abrar AhmedPosted May 26, 2014, 6:56 AM
TulasiPosted May 26, 2014, 6:53 AM
Are the client and service on the same domain?
Also turn on WCF trace on the server to check any internal errors.
User cannot be authenticated means :the client and the server are not on the same windows domain.
Khan Abrar AhmedPosted May 26, 2014, 6:11 AM
here is my web.config files
Web config binding from application
Service Web config file
Thanks for your help.
TulasiPosted May 26, 2014, 5:18 AM
Could you please show your config file .
have u used windows authentication to authenticate clients ?