Reputation: 1841
I am trying to integrate https on my web application. This link describes what should I do in IIS. Is there any other thing i should do in my web application regarding web.config
? seriously I have no idea at all on how to do this. Any support would be appreciated.
Regards.
Upvotes: 3
Views: 90
Reputation: 33880
Nope all you need to do is get a certificate and install it in IIS, bind your host to port 443 and you should be good to go. Your app should run as-is on there.
Good resource here
Upvotes: 2