Can IIS Express support reverse proxies?

血红的双手。 提交于 2019-12-08 15:41:30

问题


I'd like to set up a reverse proxy in IIS Express but it doesn't appear that Application Request Routing is supported (though I can't find anything which officially documents this).

My goal is to get a web server to proxy an incoming request to http://web.server/api/example to a second server (e.g. http://some.api.server/example) where web.server is running on IIS Express.

How might this be achieved?


回答1:


No...you need ARR (application request routing) for doing this and arr can be installed only if you have IIS7/7.5 is installed.




回答2:


Even I tried the same thing. After searching on the net for 2 whole days, I finally found this http://blogs.msdn.com/b/asiatech/archive/2011/08/25/return-404-4-not-found-when-url-rewrite.aspx

Scroll down to the end of the blog and it tells you that you cannot implement reverse proxy on IIS Express.



来源:https://stackoverflow.com/questions/7492965/can-iis-express-support-reverse-proxies

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