Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
we are developing cloud application in Azure. using ASP.net as client and WCFwebrole as service.

Out project need Sessions concept so we used wshttpbinding. Right now we are using our local systems to deploy and test.
While deploying the same in Azure. It was stopping us with the error
“The request for security token could not be satisfied because authentication failed.
An exception of type 'System.ServiceModel.Security.SecurityNegotiationException' occurred in mscorlib.dll but was not handled in user code”

Kindly suggest us some way to connect to wcf service in Azure without using SSL certificate from ASP.Net client.
Posted
Comments
Kornfeld Eliyahu Peter 15-Feb-15 5:41am    
This may help you: http://azure.microsoft.com/blog/2014/10/19/how-to-disable-ssl-3-0-in-azure-websites-roles-and-virtual-machines/

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900