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,
You can install the RewriteModule and follow the instructions on this page.