简体   繁体   中英

IIS redirect users to another server

I have two IIS instances running on different servers with identical code base. The application that runs on these servers reads from a same SQL database. I was wondering if sending users from one server to another possible?

create iis rewrite rule to then rewrite to specific server within a server farm

for your instance you will use "rewrite" instead of "rewrite to server farm"

check this link to see how to setup rewrite action (ARR as a Forward Proxy)

http://www.iis.net/learn/extensions/configuring-application-request-routing-(arr)/creating-a-forward-proxy-using-application-request-routing

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM