Thursday, July 23, 2009

Security negotiation failed because the remote party did not send back a reply in a timely manner.

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

1 comment:

Scott Harner said...

Thanks for the tip...it worked like a charm!