IIS7 post #50 – http to https redirect module Another popular question in the newsgroups. This example is targeted for IIS7. http://blogs.msdn.com/sukeshak/archive/2007/09/05/redirecting-from-http-to-https-in-iis7-http2https-updated.aspx Share this:TwitterFacebookLike this:Like Loading... Related
You may also want to check out a more general module for doing http redirection for ASP.NET apps for IIS6 / all content on IIS7 that I posted here: http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx. This one can do the https redirects as well as any other redirects based on regular expression rules. Thanks, Mike LikeLike Reply
This is the simplest one I’ve found, and it seems to work quite nicely. http://www.ajaxline.com/node/356 Once one sets the 403.4 error for the Server, every project is properly redirected as long as they have that htm file in the Project root. …A little faster too, because it doesn’t involve Server side code. LikeLike Reply
You may also want to check out a more general module for doing http redirection for ASP.NET apps for IIS6 / all content on IIS7 that I posted here: http://mvolo.com/blogs/serverside/archive/2007/05/24/Redirect-clients-in-your-application-with-HttpRedirection-module.aspx.
This one can do the https redirects as well as any other redirects based on regular expression rules.
Thanks,
Mike
LikeLike
This is the simplest one I’ve found, and it seems to work quite nicely.
http://www.ajaxline.com/node/356
Once one sets the 403.4 error for the Server, every project is properly redirected as long as they have that htm file in the Project root. …A little faster too, because it doesn’t involve Server side code.
LikeLike