Forum Discussion
techthiru
Jun 04, 2024Copper Contributor
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 deploye...
vitsupport
Jun 06, 2024Copper Contributor
Hi, techthiru
If you have these applications installed under different folders, you can (in IIS Manager) expand the Default Web Site in the left pane, choose your application folder, and then choose to require SSL under SSL Settings. The binding on port 443 has to be done though. Never done it my self, but hope it gets you on your way.