I have a Class library with WCF service added. When I click on command View in Browser it opens with http prefix. Is there a way how to open it with https prefix without hosting it on iis ? Thanks
Share
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.
If you are using ‘Cassini’ or the web server built into VS, then SSL is not supported. But if you change your web settings (by choosing Properties from your project), you can host in IIS. IISExpress might support it, but again requires a change to the project settings.