Is there a way for IIS6 to do http and https together in the same site?
Posted
by puffpio
on Stack Overflow
See other posts from Stack Overflow
or by puffpio
Published on 2009-09-04T23:53:30Z
Indexed on
2010/04/20
10:03 UTC
Read the original article
Hit count: 310
The site needs to be accessible both from HTTP and HTTPS (in case the client wants the form submissions to be secure or not)
The site is hosted in IIS6 and ideally I'd like to be able to just have one website in there and it can handle both http and https..is this possible?
alternatively i was thinking maybe creating a "secure" subdirectory in the site and duplicating everything in there as well..is that feasible?
this is further complicated that it is using asp.net 3.5's routing ability to do url rewrites so even if I create a secure subdirectory, i dunno if it will actually pick up that it's supposed to be SSL approved
© Stack Overflow or respective owner