How to make wcf to work over https. I want to use this wcf over https i have searched many articles i didn\'t get the answer please help iam new to wcf concepts. I want to c
You need to set security mode="Transport" in the binding
security mode="Transport"
Read more on MSDN