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
5
votes
0 answers

Using IIS URL Rewrite with ASP.NET Update Panel Causes Error

This question follows a bit from Question 15632722: "Outbound rules don't apply inside updatepanel". I have a web application that is being exposed to the public through IIS Application Request Routing as a reverse proxy. There are several rules…
Raleigh Buckner
  • 8,343
  • 2
  • 31
  • 38
5
votes
0 answers

Generating AAR file from third party library Android

I am looking to create an AAR file from an existing third party android library but have so far been unable to find much documentation online. One post mentioned that the file is automatically generated when you add the library as a dependency to an…
sirFunkenstine
  • 8,135
  • 6
  • 40
  • 57
5
votes
3 answers

Rewriting custom tag attributes using IIS Url Rewrite 2.0 and ARR

I've developed a custom grid control that uses data-* attributes to configure how the grid is supposed to work (in a similar vein to how Bootstrap data API components work. For a particular deployment, I'm having to proxy my web application into…
Matthew Abbott
  • 60,571
  • 9
  • 104
  • 129
4
votes
2 answers

How to configure Application Request Routing in IIS 7.0 for 2 applications running different iis servers using path based routing in iis arr

I need path based routing in iis arr where i can create target group to assign different iis servers for web farm architecture. Which is provided by AWS Application Load Balancer. For…
4
votes
0 answers

How to debug IIS + ARR Server Rewerite rules using Fiddler?

I am trying to debug IIS + ARR in Reverse Proxy scenario. I have bunch of URL Rewrite rules that change the hostname of incoming request to another hostname, the requests come in via HTTPS. I need to capture the headers of the outbound request made…
Anirudh Goel
  • 4,571
  • 19
  • 79
  • 109
4
votes
0 answers

Getting error while Requesting for token and claims from on premises ADFS via Proxy

First I am new to the topic ADFS and Reverse proxy. The goal is a Single-Sign-On OAuth2 authentication for SPA Web application. I have an on premises ADFS Server called "Server-A" which is on "Domain-A" and an web server called "Server-B" which is…
Sourin
  • 71
  • 1
  • 6
4
votes
1 answer

Combining ASP.NET MVC and Reverse Proxy with URL Rewrite v2

I have a need to submit some data to a different host name and was hoping to utilize the reverse proxy guide found here for IIS 7.5 http://learn.iis.net/page.aspx/659/reverse-proxy-with-url-rewrite-v2-and-application-request-routing/ I have added…
thejayjay
  • 68
  • 1
  • 5
4
votes
1 answer

Handling multiple applications under the same domain

I am having a application build using pimcore (ZendFramework) which is hosted on a Linux EC2 (Apache) instance and one more application which is hosted on Windows IIS. Now I want both of these applications to run in the following manner: …
4
votes
5 answers

How can I make ARR work with SSL offloading DISABLED? 502.3 Bad Gateway

So I have been hitting this error for days now. I have googled and googled but nothing seems to resolve my scenario and am hoping someone out there can help. The problem: When I disable SSL offloading in ARR (Routing Rules) I receive the…
Jason
  • 91
  • 1
  • 7
4
votes
1 answer

Rewrite static content to different domain in IIS

I have a local website on ASP.NET. And I need to proxy some of the static content (from folder "static") to another website. I've added this rule:
Michael Logutov
  • 2,551
  • 4
  • 28
  • 32
4
votes
1 answer

IIS Reverse Proxy to node.js

I am trying to configure a reverse proxy so that HTTP calls made from a website hosted in the IIS to node.js applications work. I'll explain it better: I've hired a VPS. In this VPS i have a IIS website (simple HTMl + Javascript ) and a node.js…
Egidi
  • 1,736
  • 8
  • 43
  • 69
4
votes
1 answer

Can a "Standard" or "Basic" Azure Website instance be pulled down by the ARR, mainly for being to idle?

I understand how and why "Shared" Azure Website instances get recycled, especially if idle to provide more capacity for the servers, all managed by the ARR server. So I can understand why, if idle, one's instance may go cold, ie first thing in the…
SamJolly
  • 6,347
  • 13
  • 59
  • 125
4
votes
1 answer

IIS 8 and ARR with multiple other servers

I am trying to setup IIS 8 with ARR and Url rewrite 2 module to work with two other servers (running Youtrack and TeamCity) and it just dont work... Lets say my server have following URL: server.test.domain.com (i have no control about this part) so…
LightCZ
  • 695
  • 1
  • 8
  • 20
4
votes
1 answer

Redirection doesn't work from ARR but works within DNN

We have an IIS web farm, of which consisting an load balancer, 4 ARRs, and 2 ASP.NET application servers running DNN CMS. The 4 ARRs will URL rewrite to DNN application servers. We have more than 100 URLs that need to be redirected into more…
user2155404
  • 133
  • 4
  • 13
3
votes
1 answer

IIS7 URL Rewriting Outbound rules

I can't seem to get my head around these rewrite rules for some reason and I was hoping you guys could help. What I want is an outbound rule that will rewrite paths for link, img, script, and input tags. I want to change this: …
IchibanChef
  • 35
  • 1
  • 5
1 2
3
26 27