How to setup IIS extranet site for unsecure access internally and secure (ssl) access from external
Posted
by Scott Travis
on Stack Overflow
See other posts from Stack Overflow
or by Scott Travis
Published on 2010-05-06T21:25:55Z
Indexed on
2010/05/06
21:28 UTC
Read the original article
Hit count: 329
iis
I have an enterprise extranet application that is accessed using an internal DNS entry for the machine name by employees and via a domain name that has SSL configured externally. Currently remote sessions can use either the http or https address, but we want to turn off http access for external sessions while leaving it enabled for internal users. The site is written in ASP classic and running on IIS on Windows 2003 Server. Thank you for your time.
© Stack Overflow or respective owner