I want to set a reverse proxy through ARR. Is it possible to do it programmaticaly using C#?
Asked
Active
Viewed 497 times
0
-
[Using IIS ARR to route SOAP requests](http://stackoverflow.com/questions/9027583/using-iis-arr-to-route-soap-requests) and [IIS7 Application Request Routing HTTPS](http://stackoverflow.com/questions/21529754/iis7-application-request-routing-https) might put some light on what you are trying to do – Shweta Pathak Oct 22 '15 at 09:49
-
In the actual installation I have to set the 'enable proxy' option of ARR. So I have to set this option programmatically through C#. – 123_xyz Oct 22 '15 at 11:49
-
how to set reverse proxy of IIS programmatically using c#? – 123_xyz Nov 11 '15 at 11:14
-
Yes, It is possible as I enabled ARR depend on my situation, but it is a little complicated. – Aria Feb 16 '19 at 12:55