A question in 70-513 exam asked which 2 bindings should you use for a medium trust environment.
- netTcpBinding
- basicHttpBinding
Or
- netTcpBinding
- wsHttpBinding
Does anyone know what the correct answer is?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Seems the answer is neither according to this MSDN article. If this is accurate, I would guess that something in the security or session implementation of the netTcpBinding might require full trust. Don’t have the time to try but I’ll add it to my list to try in WCF.