DCSIMG
IIS - Dor Rotman`s Blog

Browse by Tags

How to Force Redirection From HTTP to HTTPS – The Easy (ISA) Way!
Yesterday I wrote a post about redirecting HTTP to HTTPS , which uses an IIS technique to perform the redirection. However, many IIS websites are connected to the internet using Microsoft ISA Server . So here’s an even easier technique to perform this: 1. Open the ISA Server snap-in in the Management Console, and open the the web server’s rules properties. 2. Go to the Bridging tab. 3. Check the box that says Redirect requests to SSL port. 4. Uncheck the box that says Redirect requests to HTTP port...
How to Force Redirection From HTTP to HTTPS on IIS 6.0
Lets say your clients write HTTP://myserver.lab to get to your site, but you want to redirect them automatically to an SSL secured site: HTTPS://myserver.lab . Unfortunately, performing this redirection in IIS 6 not a regular feature, but there’s a nice trick to do it. Note: This process will cause some downtime and disconnect all active user sessions on the website. If you have a server farm, make sure you perform this procedure on all servers. Instructions for making your site accept HTTPS only...