通过https连接ASP IIS发送http请求

时间:2013-10-09 13:25:11

标签: http iis asp-classic https iis-7.5

我有一个遗留的Asp网站。通过http协议访问时,它工作正常。当我们通过https协议(https://xyz.com/mainpage.asp)访问它时,页面效果不佳。我发现网页正在使用框架集,因为它使用http协议(http://xyz.com/subpage1.asp)访问其他网页。 Internet Explorer错误显示为"访问被拒绝"对于http Uri(http://xyz.com/subpage1.asp)。我无法将所有网页请求更改为http。有没有办法使用任何IIS配置来解决这个问题?

服务器 - IIS 7.5 浏览器 - IE 9。

谢谢,

Sumesh。

1 个答案:

答案 0 :(得分:0)

您可以使用URL Rewrite模块执行此操作。

请安装URL重写模块,然后执行以下步骤。 一个很好的教程是http://www.jppinto.com/2010/03/automatically-redirect-http-requests-to-https-on-iis7-using-url-rewrite-2-0/