IIS 8.5 URL将非www重写为www无效

时间:2017-07-12 19:43:08

标签: asp.net-mvc-4 iis iis-8

我将IIS升级到IIS 8.5并在IIS 8.5全局asax开始请求未触发(我在这里问:Global.asax Application_BeginRequest not firing After reinstall Server

在全局asax开始请求中,我检查URL是否为非www.If它是非www我只是重定向到www ...但是开始请求不在IIS 8.5中触发

我搜索了谷歌有HTTP重定向模块 enter image description here

我尝试了这个,但它仍然不起作用 它不会将非www重定向到www 它在非www

中给出了这个错误

enter image description here

1 个答案:

答案 0 :(得分:0)

我忘了通过http://yazilimsozluk.com/http-error-404

将非www版本添加到IIS网站绑定中