在IIS中发布了RD Web,IE11进行远程连接时报错误:RD Web 访问要求 Internet Explorer 6.0 或更高版本
window2008r2设置了remoteapp发布到iis中,本机是ie11,访问时无法显示出发布过的app:
浏览器不支持
这个Web浏览器未通过远程桌面Web访问支持。 远程桌面Web访问需要Internet Explorer 6.0或更高版本。
解决方法:
On your RD Web Access server, please open IIS Manager. In the left pane navigate to and select Sites\Default Web Site\RDWeb. In the middle pane double-click HTTP Response Headers and then Add the following:
Name: X-UA-Compatible
Value: IE=EmulateIE9
After making the above change please log on to the RDWeb page from IE 11 and test that the icons show up.
修复方法:打开 IIS-- 选择RDWEB--找到主页中的http响应标头。添加
名称: X-UA-Compatible
值: IE=EmulateIE9
选择保存,刷新页面即可。