I developed simple http:// Web service and deployed. Now we are planning to get certificate on the web site. Do I need change in my code? I am new to SSL side.
Please advice me
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.
You will need to change the config file in any client applications that consume your service to the new URL.
Your web service application should not require any changes. IIS will handle the transport encryption with the SSL certificate.
This is worth a read:
http://msdn.microsoft.com/en-us/library/ff649205.aspx