Question about this statement:
"We do not recommend reusing the same IIS website for your HTTP and SSL hosting. Instead, extend a dedicated HTTP and a dedicated SSL website, with each assigned to its own alternate access mapping zone and URLs."
I'm working with .NET devs (not SharePoint devs) who advocate for just one IIS site with bindings for both port 80 and 443.
If I do not follow the instructions but instead create the site on 80 and then add the IIS binding for 443 plus cert, and then update AAM myself, what will happen?
Why not re-use same IIS website for HTTP and SSL?
Thanks in advance!