Quantcast
Channel: Application Request Routing (ARR)
Viewing all articles
Browse latest Browse all 739

The request cannot be routed because it has reached the Max-Forwards limit. The server may be self-referencing itself in request routing topology.

$
0
0

Getting error when try to use ARR into IIS.

my web.cofig file code is like below

<?xml version="1.0" encoding="UTF-8"?><configuration><system.webServer>       <rewrite><rules><rule name="ReverseProxyInboundRule1" stopProcessing="true"><match url="(.*)" /><conditions><add input="{CACHE_URL}" pattern="^(https?)://" /></conditions><action type="Rewrite" url="{C:1}://originsite.com/{R:1}" /></rule></rules></rewrite><tracing><traceFailedRequests><add path="*"><traceAreas><add provider="ASP" verbosity="Verbose" /><add provider="ASPNET" areas="Infrastructure,Module,Page,AppServices" verbosity="Verbose" /><add provider="ISAPI Extension" verbosity="Verbose" /><add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,FastCGI,WebSocket,Rewrite,RequestRouting,ANCM" verbosity="General" /></traceAreas><failureDefinitions statusCodes="400" /></add></traceFailedRequests></tracing></system.webServer></configuration>

Here is the error log file  please click here and download

Thanks :)


Viewing all articles
Browse latest Browse all 739

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>