The IIS reverse proxy is nothing new, and a whole bunch of tutorials can be found online. But they are basically the same.
I am also the first to use the IIS reverse proxy, follow the tutorial below to configure.
Http://www.cnblogs.com/dreamer-fish/p/3911953.html
Http://www.cnblogs.com/leven/archive/2009/11/10/Proxy_Application_Request_Routin.html
But the configuration does not have any problems, like most online tutorials, download and install application Request Routing and IIS rewrite URL two plugins. After the related configuration, the configuration has been completed after a variety of problems, the main is 404 errors. There was no better solution for finding a stackoverflowe in the same way.
Later on the foreign web site to find some information about application Request routing analysis, and then try to configure the server Farms
1.
2.
3.
4.
5.
6.
Here is the current domain name http://www.xxxxx.com/zcd/instead of http://10.243.46.25//
Then the problem is solved.
also , this is primarily a proxy setting for the default port 80 Web site. If you have multiple Web sites on IIS and are configured to be non-80 ports, you will need to configure conditions.
For example: {http_host} ^www.xxxxxx.com:8080$ and so on, (the following example diagram is for reference only, pictures from the network)
IIS Reverse proxy 404 error