How to Configure SSL on Particular Folder,Not overall Site in iis 7
- by user66001
I have a website for example www.somesite.com. I want to apply SSL settings on Particular Folder in this site. I followed following steps.
(1) Import Certificate in IIS 7.
(2) Create SSL Bindings.
(3) Select folder in website and set required ssl.
Now my problem is that I want one particular folder to require SSL not overall site. By Following above steps. I can browse whole site with both http and https.
I want whole site to be browsed by only http and the particular folder in website to be browsed using only https.
Like -http://www.somesite.com and -https://www.somesite.com/somefolder
Thanks in advance.