This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
1、安装URL重写模块,https://www.iis.net/downloads/microsoft/url-rewrite
2、安装ARR模块,https://www.iis.net/downloads/microsoft/application-request-routing
3、打开ARR,启动代理
4、点击URL重写
5、增加服务器变量:HTTP_X_ORIGINAL_HOST
6、把web.config内容修改为自己的接口地址,然后放到主目录下