Questions tagged [arr]

Application Request Routing(ARR) helps administrators optimize resource utilization for application servers to reduce management costs for Web server farms and shared hosting environments.

IIS Application Request Routing (ARR) 2.5 enables Web server administrators, hosting providers, and Content Delivery Networks (CDNs) to 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. With ARR, administrators can optimize resource utilization for application servers to reduce management costs for Web server farms and shared hosting environments.

Source: Application Request Routing Overview

394 questions
0
votes
0 answers

Is it possible to programmatically set fields of ARR (IIS)?

I want to set a reverse proxy through ARR. Is it possible to do it programmaticaly using C#?
123_xyz
  • 13
  • 5
0
votes
0 answers

How can I detect browser in web.config or in ARR (url rewrite)

I am working on a third party tool, as its not https (secured), we use URL Rewrite (ARR) feature. Now I also want to display an html if the browser used is not Chrome or IE11. Is there any way where I can detect browser settings in web.config or in…
cmrhema
  • 981
  • 2
  • 16
  • 28
0
votes
1 answer

HTTPS Doesn't Work via IIS Reverse Proxy

I have set up a reverse proxy on a Dev box using IIS + ARR + URL Rewrite and everything works as expected with a mix of HTTP and HTTPS URLs. I took web.config to another server with IIS + ARR + URL Rewrite and pasted web.config under Default Web…
Jay
  • 177
  • 2
  • 12
0
votes
1 answer

IIS 8.5 not working with ARR to route requests to Tomcat 8

I have using windows server 2012R2 to host a website in IIS 8.5 and I want to redirect request in a certain URL (e.g. /examples/) to the Tomcat 8.0 server hosted in same machine in port 8080. I have tried to do this using ARR 3.0 but it gives a 404…
Rajith Pemabandu
  • 616
  • 7
  • 14
0
votes
1 answer

IIS Zero Downtime Update ARR / Reverse Proxy

I have a C# console application / Windows sevice that uses the HttpListener stuff to handle requests, IIS is setup to reverse proxy to this via ARR. My problem is that when I update this application there is a short downtime between the old…
bob
  • 173
  • 1
  • 1
  • 7
0
votes
2 answers

Incorrect redirect from ASP.NET MVC application under URL Rewrite

I have the next configuration of websites in the IIS: http://main.domain.com website (ASP.NET MVC 5 app, website binded to the specified host, port 80) default website binded to :80 with ARR/URL Rewrite module enabled A wildcard binding…
Andrey Pesoshin
  • 1,136
  • 1
  • 14
  • 30
0
votes
1 answer

IIS ARR + Request Filtering?

We're looking to implement load balancing for our asp.net site using IIS Application Request Routing (ARR). Weighted Round Robin seems like a decent starting point, but we would like to do something custom and we're hoping that someone out there…
user1118189
0
votes
1 answer

TFS Team Room SignalR Forbidden in Chrome

TFS 2013 Windows Server 2012 IIS 8.5 Application Request Routing (ARR) I'm using ARR for a reverse proxy to reroute any requests for a URL on that server to the IP address that I have setup for TFS on that server. Everything works great, except in…
Always Learning
  • 2,623
  • 3
  • 20
  • 39
0
votes
1 answer

Schema folder for IIS resetting its state

I am currently working in a Windows Server 2008 R2 enviroment with IIS and sharepoint installed. I have installed Application Request Routing(ARR) onto the IIS server and it installs some xml files into "%windir%\system32\inetsrv\config\schema" I…
cyj89
  • 13
  • 6
0
votes
1 answer

IIS Reverse Proxy ARR with certificate authentication

I have a scenario where I want to consume a Webservice from a different server within our corporate network using JQuery. My origin application is an ASP.NET Website running on IIS 7.5, the Webservice is running on an SAP Netweaver Gateway, so no…
0
votes
1 answer

Microsoft Windows IIS and ARR

I am experiencing a problem with the configuration of Microsoft Application Request Routing 3.0 (ARR) that I cannot figure out why I cannot solve and I am therefore turning to the vast Internet for help. The situation is that we have three IIS…
johndk
  • 57
  • 4
0
votes
1 answer

IIS 7.5 and ARR - 304 status code not sent for images

We have setup a reverse proxy using ARR in front of our Sitecore site. We are using this reverse proxy for serving sitecore media items only. Sitecore media items are getting cached properly on disk using ARR. Now the problem we are facing is that,…
0
votes
2 answers

IIS Proxy using ARR to provide client certificate over SSL

I have configured a IIS 7 Proxy using ARR under Windows 2008 R2. My goal is to let the IIS proxy provide a client certificate when performing a WebService call. See "diagram" below. Server A -(SOAP call over https)-> IIS Proxy -(SOAP call over…
Kermit
  • 2,865
  • 3
  • 30
  • 53
0
votes
2 answers

IIS ARR & load balancing

I set up ARR on my front server and I deployed my web application (asp.net mvc) on two servers: server1 & servr2; I followed the instruction in the link but my ARR server doesn't load balance correctly; it always redirect to one server (server1) and…
0
votes
1 answer

IIS7.5 Application Request Routing (ARR) proxy to multiple ports

I have an unusual scenario, where I am trying to scale a WCF service that isn't thread safe. I have four instances of the service running on a single 4-core server, in four separate IIS web sites, with CPU affinity enabled. The sites are bound to…
Aidan Black
  • 593
  • 6
  • 17