Can I use https and ssl when a wcf is running in compatibility mode?
Can I use transport security?
Can I use UserNameOverTransport?
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.
To all your question I reply yes as I just did it in my project. You basically set your WCF in asp.net compatibility mode, with transport security and it works like a charm …
BUT (there is always a but)
The only issue I haven’t been able to solve : It seems that WCF is not keeping the session while in HTTPS … And it got me crazy.
Please, if there is someone out there that can tell me how to keep my Session between WCF (asp.net compatibility mode) calls in HTTPS, I would really appreciate !