Is this ARR warning causing my 404?

无人久伴 提交于 2019-12-06 13:43:49

All your rules look OK.

It seems like you need to enable ARR's proxy forwarding feature which is disabled by default, REWRITE_DISABLED_KERNEL_CACHE also gives a clue about it.

To enable proxy forwarding; open an elevated command prompt on the server and enter the following command.

appcmd.exe set config  -section:system.webServer/proxy /enabled:"True"  /commit:apphost

Or have a look at Creating a Forward Proxy Using Application Request Routing.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!