https for just one aspx web forms application?
We have a legacy web forms .aspx web application installed under “Default Web Site” is it possible to enable https: for just this web application ? given that there are other web applications deployed under “Default Web Site”
All the instructions i found online insist upon creating a https: binding in IIS on port :443
The challenge is, I want to know is there any other possible way to enable https: for just that one web application without impacting the other applications ?
We have a legacy web forms .aspx web application installed under “Default Web Site” is it possible to enable https: for just this web application ? given that there are other web applications deployed under “Default Web Site”All the instructions i found online insist upon creating a https: binding in IIS on port :443The challenge is, I want to know is there any other possible way to enable https: for just that one web application without impacting the other applications ? Read More