Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Redirect from HTTP to HTTPS - IIS 7.5

I have implemented https on my application and now i'm trying to make IIS redirect all http request to https, so that the user doesn't even notice this change.

I have changed and tried some of the IIS options but with no luck.

How can i do this?

I'm using IIS 7.5 and ASP.NET 2.0

Regards,

like image 659
seth Avatar asked Jun 16 '11 09:06

seth


1 Answers

Just in case someone else runs into a http:// site that will not redirect. You also have to have the port 80 binding added to the site.

enter image description here

like image 129
Fergus Avatar answered Sep 26 '22 03:09

Fergus