I am trying to integrate https into my web application. This link describes what I should do in IIS. Is there anything else I need to do in my web app regarding web.config? seriously i donβt know how to do this at all. Any support would be greatly appreciated.
web.config
Sincerely.
No, all you have to do is get the certificate and install it in IIS, bind the host to port 443, and you should be good to go. Your application should work as is.
Good resource here