Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi!
My situation:
I have a Silverlight application that needs to be connect to the service using https and uses a certificate to validate the security (now I have a myself created one, but afterwards it will be bought to a company). I am not able to know how to configure the client and the web.config files. I have tried a hugue quantity of possibilites and the only I get are or timeouts telling that the time of reponse has expired, or errors from the service while trying to update it.

Can anyone give me a help or a guide of how can I configure my application? If important, It is going to be stored in Azure. I want the application to run under http and to secure the connections.

Thank you
Posted

1 solution

Hi,

Please find configuring of web.config in bellow link:

http://blogs.msdn.com/b/imayak/archive/2008/09/12/wcf-2-way-ssl-security-using-certificates.aspx[^]

Regards,
Darshan.
 
Share this answer
 
Comments
mekoloko 16-Jul-12 9:17am    
Hello!
I have followed the example, but when I get the client side configuration, my SL tells me that I have only or basicHTTP or custom binding types not wsHttpBinding. Any idea why?
Thank you

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