How to Configure SSL on Particular Folder,Not overall Site in iis 7

Posted by user66001 on Server Fault See other posts from Server Fault or by user66001
Published on 2011-01-07T08:07:13Z Indexed on 2011/01/07 8:55 UTC
Read the original article Hit count: 136

Filed under:

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.

© Server Fault or respective owner

Related posts about iis7