Security negotiation failed because the remote party did not send back a reply in a timely manner. This may be because the underlying transport connection was aborted.
very often you might get this error if you have a ASP.NET + WCF project ..
means you need to clean and rebuild the project .. ;)
if didn't work .. delete the WCF reference and re-add . works like a charm
or if u have specified aspNetCompatibilityEnabled="true" . remove it and try. this happend if you have enable WCF + Javasctipt enabled
Subscribe to:
Post Comments (Atom)
1 comment:
Thanks for the tip...it worked like a charm!
Post a Comment