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?
Asked
Active
Viewed 3,454 times
1 Answers
1
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)

Dmitry Savy
- 1,067
- 8
- 22