Questions tagged [arr]

Acronym of Application Request Routing - an extension for IIS7.0+ to load balance HTTP requests to multiple web servers.

Application Request Routing (ARR) is free extension for IIS7.0+ to provide load-balancer and functionality. The purpose is increase Web application scalability and reliability through rule-based routing, client and host name affinity, load balancing of HTTP server requests, and distributed disk caching.

ARR has several features:

  • Reverse proxy/web publishing
  • Support multiple load balancing algorithms
  • Health checking
  • Caching
  • Content delivery network (CDN)
  • SSL Offloading
  • Layer 4 and 7 routing decisions
  • Usage reporting
  • Cookie based affinity
  • Application affinity opt-out
  • Rich API
  • Websocket support

ARR manual can be found in official IIS homepage.

138 questions
0
votes
0 answers

IIS 10 ARR FARM Only Hits Second Server

Trying to learn IIS farming on Server 2016 - IIS 10,i'm able to configure farm setup but my ARR only get hits from second server all the time. Here re my configuration details; Main Server Windows Server 2016 Standart - 192.168.2.15 - IIS 10 -…
Sheshman
  • 1
  • 2
0
votes
0 answers

IIS 10 - HTTP to HTTPS redirect then route to Server Farm (ARR) - too many redirects

I had a url rewrite rule in the web.config of one of the sites on our server. But we are implementing a server farm with sites on the same physical server to enable "hot swap" deployments, as outlined here. I found this link, which seems like it…
crichavin
  • 121
  • 1
  • 5
0
votes
1 answer

IIS ARR NTLM ntlmssp_negotiate

This is NTLM authentication: Get / -> HTTP 401 Get / ntlmssp_negotiate -> HTTP 401 ntlmssp_challenge Get / ntlmssp_auth -> HTTP 200 My problem is that ntlmssp_negotiate is not pass trough Expected Behavior: Request . Response loadbalancer:80 Get…
Mertuarez
  • 121
  • 4
1 2 3
9
10