【发布时间】:2013-10-09 13:25:11
【问题描述】:
我有一个旧的 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。
谢谢,
苏梅什。
【问题讨论】:
标签: http iis asp-classic https iis-7.5