Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am developing a website and thinking about whether it will be published as HTTP or HTTPS. Is there any code difference between HTTP and HTTPS website?

share|improve this question

1 Answer 1

up vote 1 down vote accepted

You can use seem code for both HTTP and HTTPS application . For HTTPS you need to configure the SSL certificate on your server.

Here is the brief details about the server setup http://en.wikipedia.org/wiki/HTTP_Secure#Server_setup

For certificate configuration following link can be helpful http://weblogs.asp.net/scottgu/archive/2007/04/06/tip-trick-enabling-ssl-on-iis7-using-self-signed-certificates.aspx

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.